#BCA876

Color #BCA876 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BCA876

Tints of Ecru #BCA876

Color information

#BCA876 (or 0xBCA876) is unknown color: approx Ecru. HEX triplet: BC, A8 and 76. RGB value is (188,168,118). Sum of RGB (Red+Green+Blue) = 188+168+118=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA876 is #435789. Grayscale: #A8A8A8. Windows color (decimal): -4413322 or 7776444. OLE color: 7776444.

HSL color Cylindrical-coordinate representation of color #BCA876: hue angle of 42.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 #BCA876 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB188168118-
CMYK00.110.370.26
HSL42.86º34.31%60%-
HSV(B)42.86º37.23%73.73%-
XYZ38.014022.86-
YUV168.2899.63142.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=39.66%
G=35.44%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816811800.110.370.2642.8634.3160
HexBCA8760B251A2b223c
Octal2742501660134532534274
Binary101111001010100011101100101110010111010101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA876; }

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

 H1.HeaderClassName
 {
   color: #BCA876;
 }
 .AnyTagClassName
 {
   color: #BCA876;
 }
</style>
background-color css

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

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

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

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

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

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