#BBB081

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

Shades of Ecru #BBB081

Tints of Ecru #BBB081

Color information

#BBB081 (or 0xBBB081) is unknown color: approx Ecru. HEX triplet: BB, B0 and 81. RGB value is (187,176,129). Sum of RGB (Red+Green+Blue) = 187+176+129=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB081 is #444F7E. Grayscale: #AEAEAE. Windows color (decimal): -4476799 or 8499387. OLE color: 8499387.

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

Color convert

RGB187176129-
CMYK00.060.310.27
HSL48.62º29.9%61.96%-
HSV(B)48.62º31.02%73.33%-
XYZ39.9843.227-
YUV173.93102.64137.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=38.01%
G=35.77%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717612900.060.310.2748.6229.961.96
HexBBB081061F1B311e3e
Octal273260201063733613676
Binary1011101110110000100000010110111111101111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB081; }

 p { color: rgb(187,176,129); }

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

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

 a { background-color: rgb(187,176,129); }

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

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

 span { border-color: rgb(187,176,129); }

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