#BBAE7C

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

Shades of Ecru #BBAE7C

Tints of Ecru #BBAE7C

Color information

#BBAE7C (or 0xBBAE7C) is unknown color: approx Ecru. HEX triplet: BB, AE and 7C. RGB value is (187,174,124). Sum of RGB (Red+Green+Blue) = 187+174+124=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE7C is #445183. Grayscale: #ACACAC. Windows color (decimal): -4477316 or 8171195. OLE color: 8171195.

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

Color convert

RGB187174124-
CMYK00.070.340.27
HSL47.62º31.66%60.98%-
HSV(B)47.62º33.69%73.33%-
XYZ39.2742.2925.16-
YUV172.19100.81138.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=38.56%
G=35.88%
B=25.57%

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
Decimal18717412400.070.340.2747.6231.6660.98
HexBBAE7C07221B30203d
Octal273256174074233604075
Binary10111011101011101111100011110001011011110000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE7C; }

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

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

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

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

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

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

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

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