#BBAA73

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

Shades of Ecru #BBAA73

Tints of Ecru #BBAA73

Color information

#BBAA73 (or 0xBBAA73) is unknown color: approx Ecru. HEX triplet: BB, AA and 73. RGB value is (187,170,115). Sum of RGB (Red+Green+Blue) = 187+170+115=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA73 is #44558C. Grayscale: #A9A9A9. Windows color (decimal): -4478349 or 7580347. OLE color: 7580347.

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

Color convert

RGB187170115-
CMYK00.090.390.27
HSL45.83º34.62%59.22%-
HSV(B)45.83º38.5%73.33%-
XYZ37.9640.5522.05-
YUV168.8197.63140.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 115 (45.31% from 255) = 24.36%
R=39.62%
G=36.02%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717011500.090.390.2745.8334.6259.22
HexBBAA7309271B2e233b
Octal2732521630114733564373
Binary101110111010101011100110100110011111011101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA73; }

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

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

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

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

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

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

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

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