Html Css Color HEX #BCAF76 Ecru

📋 copy color: '#BCAF76'

red 188 ◦ green 175 ◦ blue 118

#BCAF76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #BCAF76

Tints of Ecru #BCAF76

RGB

 RED value IS 188 (73.83% from 255) = 39.09%

 GREEN value IS 175 (68.75% from 255) = 36.38%

 BLUE value IS 118 (46.48% from 255) = 24.53%

R = 39.09%
G = 36.38%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCAF76 (or 0xBCAF76) is known color: Ecru. HEX triplet: BC, AF and 76. RGB value is (188,175,118). Sum of RGB (Red+Green+Blue) = 188+175+118=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF76 is #435089. Grayscale: #ACACAC. Windows color (decimal): -4411530 or 7778236. OLE color: 7778236.

HSL color Cylindrical-coordinate representation of color #BCAF76: hue angle of 48.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCAF76 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 118 -
CMYK 0 0.07 0.37 0.26
HSL 48.86º 0.34% 0.6% -
HSV(B) 48.86º 0.37% 0.74% -
XYZ 39.34 42.66 23.3 -
YUV 172.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 188 175 118 0 0.07 0.37 0.26 48.86 0.34 0.6
Hex BC AF 76 0 7 25 1A 31 22 3C
Octal 274 257 166 0 7 45 32 61 42 74
Binary 10111100 10101111 1110110 0 111 100101 11010 110001 100010 111100

Color Harmonies of #BCAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF76

Black with #BCAF76

Text Example


Text Example

White with #BCAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF76; }

 p { color: rgb(188,175,118); }

 H1.HeaderClassName
 {
   color: #BCAF76;
 }
 .AnyTagClassName
 {
   color: #BCAF76;
 }
</style>

background-color css

<style>
 a { background-color: #BCAF76; }

 a { background-color: rgb(188,175,118); }

 div.DivClassName
 {
   background-color: #BCAF76;
 }
 .BgClassName
 {
   background-color: #BCAF76;
 }
</style>

border-color css

<style>
 span { border-color: #BCAF76; }

 span { border-color: rgb(188,175,118); }

 td.TdClassName
 {
   border-color: #BCAF76;
 }
 .TagClassName
 {
   border-color: #BCAF76;
 }
</style>