#BBAE81

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

Shades of Ecru #BBAE81

Tints of Ecru #BBAE81

Color information

#BBAE81 (or 0xBBAE81) is unknown color: approx Ecru. HEX triplet: BB, AE and 81. RGB value is (187,174,129). Sum of RGB (Red+Green+Blue) = 187+174+129=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE81 is #44517E. Grayscale: #ACACAC. Windows color (decimal): -4477311 or 8498875. OLE color: 8498875.

HSL color Cylindrical-coordinate representation of color #BBAE81: hue angle of 46.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAE81 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB187174129-
CMYK00.070.310.27
HSL46.55º29.9%61.96%-
HSV(B)46.55º31.02%73.33%-
XYZ39.5942.4226.87-
YUV172.76103.31138.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=38.16%
G=35.51%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717412900.070.310.2746.5529.961.96
HexBBAE81071F1B2f1e3e
Octal273256201073733573676
Binary1011101110101110100000010111111111101110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE81; }

 p { color: rgb(187,174,129); }

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

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

 a { background-color: rgb(187,174,129); }

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

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

 span { border-color: rgb(187,174,129); }

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