#BBAE7D

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

Shades of Ecru #BBAE7D

Tints of Ecru #BBAE7D

Color information

#BBAE7D (or 0xBBAE7D) is unknown color: approx Ecru. HEX triplet: BB, AE and 7D. RGB value is (187,174,125). Sum of RGB (Red+Green+Blue) = 187+174+125=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE7D is #445182. Grayscale: #ACACAC. Windows color (decimal): -4477315 or 8236731. OLE color: 8236731.

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

Color convert

RGB187174125-
CMYK00.070.330.27
HSL47.42º31.31%61.18%-
HSV(B)47.42º33.16%73.33%-
XYZ39.3342.3225.5-
YUV172.3101.31138.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 125 (49.22% from 255) = 25.72%
R=38.48%
G=35.80%
B=25.72%

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
Decimal18717412500.070.330.2747.4231.3161.18
HexBBAE7D07211B2f1f3d
Octal273256175074133573775
Binary1011101110101110111110101111000011101110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE7D; }

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

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

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

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

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

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

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

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