COLOR #BEAF68

HEX: #BEAF68
RGB: (190,175,104)

Renk bilgisi

#BEAF68 contains mainly red and green colors. #BEAF68 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#BEAF68 color RGB value is (190,175,104).

  • kırmız ton 190;
  • yeşil ton 175;
  • mavi ton 104.
RGB:
(190,175,104)
(75%,69%,41%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 175 of 255 = 69%
B 104 of 255 = 41%

190
175
104

R + G + B ~ 62%. #BEAF68 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 175 + 104 = 469 (100%)
R 190 of 469 ~ 40.51%
G 175 of 469 ~ 37.31%
B 104 of 469 ~ 22.17%

%40.51
%37.31
%22.17

CMYK RENK MODELİ

#BEAF68 rengi CMYK tonu (0,8,45,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.89%
  • sarı tonu 45.26%
  • ana renk tonu 25.49%
CMYK:
(0,8,45,25)
C0M8Y45K25 
(0%,8%,45%,25%)
(0.00/0.08/0.45/0.25)	

CMYK yüzdeleri

%0
%7.89
%45.26
%25.49

Codes

Color #BEAF68 in popluar color models

BEAF68
RGB190175104
HSL50°39.81%57.65%
HSB/HSV50°45.26%74.51%
CMYK0.00%7.89%45.26%
25.49%

Color #BEAF68 in popluar number systems.

HEXBEAF68
Decimal190175104
Binary10111110101011111101000
Octal276257150

Shades and tints

Shades of #BEAF68

#BEAF68
(190,175,104)
#ADA05F
(173,160,95)
#9C9156
(156,145,86)
#8B824D
(139,130,77)
#7A7344
(122,115,68)
#69643B
(105,100,59)
#585532
(88,85,50)
#474629
(71,70,41)
#363720
(54,55,32)
#252817
(37,40,23)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #BEAF68

#BEAF68
(190,175,104)
#C3B675
(195,182,117)
#C8BD82
(200,189,130)
#CDC48F
(205,196,143)
#D2CB9C
(210,203,156)
#D7D2A9
(215,210,169)
#DCD9B6
(220,217,182)
#E1E0C3
(225,224,195)
#E6E7D0
(230,231,208)
#EBEEDD
(235,238,221)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAF68 color. Also use rgb(190,175,104) instead hex code.

Text Font Color

.myTextColor { color: #BEAF68; }

<p style="color:#BEAF68">This sample text font color is #BEAF68.</p>

This text font color is #BEAF68.


Background Color

.myBgColor { background-color: #BEAF68; }

<div style="background-color:#BEAF68">Inner text</div>

This div background color is #BEAF68.


Border color

.myBorderColor { border: 1px solid #BEAF68; }

<div style="border:3px solid #BEAF68">Div</div>

This div border color is #BEAF68.


Opacity

.myOpacity80 { color: #BEAF68; opacity: 0.8; }

<p style="color:#BEAF68;opacity:0.8;">80%</p>

Text with #BEAF68 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEAF68;}

<p style="text-shadow: 3px 3px 1px #BEAF68">Text here.</p>

This text has shadow with #BEAF68 color.

.textShadow {text-shadow: 3px 3px 1px #BEAF68, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEAF68, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEAF68 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAF68, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEAF68, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEAF68 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BEAF68;
  -webkit-box-shadow:	1px 1px 3px 2px #BEAF68;
  box-shadow:		1px 1px 3px 2px #BEAF68;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAF68;
-webkit-box-shadow: 1px 1px 3px 2px #BEAF68;
box-shadow:1px 1px 3px 2px #BEAF68;">
Div content here</div>
This div box has shadow with color #BEAF68.

Preview

Color preview on black background

This text has color #BEAF68 on black background.


Color preview on white background

This text has color #BEAF68 on white background.



Black color preview on #BEAF68 background

This text has black color on #BEAF68 background.


White color preview on #BEAF68 background

This text has white color on #BEAF68 background.