#BBAE7B

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

Shades of Ecru #BBAE7B

Tints of Ecru #BBAE7B

Color information

#BBAE7B (or 0xBBAE7B) is unknown color: approx Ecru. HEX triplet: BB, AE and 7B. RGB value is (187,174,123). Sum of RGB (Red+Green+Blue) = 187+174+123=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE7B is #445184. Grayscale: #ACACAC. Windows color (decimal): -4477317 or 8105659. OLE color: 8105659.

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

Color convert

RGB187174123-
CMYK00.070.340.27
HSL47.81º32%60.78%-
HSV(B)47.81º34.22%73.33%-
XYZ39.242.2724.83-
YUV172.07100.31138.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=38.64%
G=35.95%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717412300.070.340.2747.813260.78
HexBBAE7B07221B30203d
Octal273256173074233604075
Binary10111011101011101111011011110001011011110000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE7B; }

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

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

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

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

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

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

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

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