#BBAE7E

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

Shades of Ecru #BBAE7E

Tints of Ecru #BBAE7E

Color information

#BBAE7E (or 0xBBAE7E) is unknown color: approx Ecru. HEX triplet: BB, AE and 7E. RGB value is (187,174,126). Sum of RGB (Red+Green+Blue) = 187+174+126=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE7E is #445181. Grayscale: #ACACAC. Windows color (decimal): -4477314 or 8302267. OLE color: 8302267.

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

Color convert

RGB187174126-
CMYK00.070.330.27
HSL47.21º30.96%61.37%-
HSV(B)47.21º32.62%73.33%-
XYZ39.442.3425.84-
YUV172.42101.81138.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=38.40%
G=35.73%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717412600.070.330.2747.2130.9661.37
HexBBAE7E07211B2f1f3d
Octal273256176074133573775
Binary1011101110101110111111001111000011101110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE7E; }

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

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

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

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

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

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

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

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