#BCAA79

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

Shades of Ecru #BCAA79

Tints of Ecru #BCAA79

Color information

#BCAA79 (or 0xBCAA79) is unknown color: approx Ecru. HEX triplet: BC, AA and 79. RGB value is (188,170,121). Sum of RGB (Red+Green+Blue) = 188+170+121=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA79 is #435586. Grayscale: #AAAAAA. Windows color (decimal): -4412807 or 7973564. OLE color: 7973564.

HSL color Cylindrical-coordinate representation of color #BCAA79: hue angle of 43.88º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCAA79 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB188170121-
CMYK00.100.360.26
HSL43.88º33.33%60.59%-
HSV(B)43.88º35.64%73.73%-
XYZ38.5640.8223.94-
YUV169.8100.46140.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=39.25%
G=35.49%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817012100.100.360.2643.8833.3360.59
HexBCAA790A241A2c213d
Octal2742521710124432544175
Binary101111001010101011110010101010010011010101100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA79; }

 p { color: rgb(188,170,121); }

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

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

 a { background-color: rgb(188,170,121); }

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

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

 span { border-color: rgb(188,170,121); }

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