#BBAA79

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

Shades of Ecru #BBAA79

Tints of Ecru #BBAA79

Color information

#BBAA79 (or 0xBBAA79) is unknown color: approx Ecru. HEX triplet: BB, AA and 79. RGB value is (187,170,121). Sum of RGB (Red+Green+Blue) = 187+170+121=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA79 is #445586. Grayscale: #A9A9A9. Windows color (decimal): -4478343 or 7973563. OLE color: 7973563.

HSL color Cylindrical-coordinate representation of color #BBAA79: hue angle of 44.55º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBAA79 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187170121-
CMYK00.090.350.27
HSL44.55º32.67%60.39%-
HSV(B)44.55º35.29%73.33%-
XYZ38.3240.6923.92-
YUV169.5100.63140.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=39.12%
G=35.56%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717012100.090.350.2744.5532.6760.39
HexBBAA7909231B2d213c
Octal2732521710114333554174
Binary101110111010101011110010100110001111011101101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA79; }

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

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

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

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

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

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

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

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