#BBAE80

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

Shades of Ecru #BBAE80

Tints of Ecru #BBAE80

Color information

#BBAE80 (or 0xBBAE80) is unknown color: approx Ecru. HEX triplet: BB, AE and 80. RGB value is (187,174,128). Sum of RGB (Red+Green+Blue) = 187+174+128=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE80 is #44517F. Grayscale: #ACACAC. Windows color (decimal): -4477312 or 8433339. OLE color: 8433339.

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

Color convert

RGB187174128-
CMYK00.070.320.27
HSL46.78º30.26%61.76%-
HSV(B)46.78º31.55%73.33%-
XYZ39.5342.426.52-
YUV172.64102.81138.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=38.24%
G=35.58%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717412800.070.320.2746.7830.2661.76
HexBBAE8007201B2f1e3e
Octal273256200074033573676
Binary10111011101011101000000001111000001101110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE80; }

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

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

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

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

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

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

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

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