#BBAB72

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

Shades of Ecru #BBAB72

Tints of Ecru #BBAB72

Color information

#BBAB72 (or 0xBBAB72) is unknown color: approx Ecru. HEX triplet: BB, AB and 72. RGB value is (187,171,114). Sum of RGB (Red+Green+Blue) = 187+171+114=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB72 is #44548D. Grayscale: #A9A9A9. Windows color (decimal): -4478094 or 7515067. OLE color: 7515067.

HSL color Cylindrical-coordinate representation of color #BBAB72: hue angle of 46.85º 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 #BBAB72 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB187171114-
CMYK00.090.390.27
HSL46.85º34.93%59.02%-
HSV(B)46.85º39.04%73.33%-
XYZ38.0940.9121.81-
YUV169.2996.8140.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=39.62%
G=36.23%
B=24.15%

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
Decimal18717111400.090.390.2746.8534.9359.02
HexBBAB7209271B2f233b
Octal2732531620114733574373
Binary101110111010101111100100100110011111011101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB72; }

 p { color: rgb(187,171,114); }

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

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

 a { background-color: rgb(187,171,114); }

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

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

 span { border-color: rgb(187,171,114); }

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