#BBB076

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

Shades of Ecru #BBB076

Tints of Ecru #BBB076

Color information

#BBB076 (or 0xBBB076) is unknown color: approx Ecru. HEX triplet: BB, B0 and 76. RGB value is (187,176,118). Sum of RGB (Red+Green+Blue) = 187+176+118=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB076 is #444F89. Grayscale: #ACACAC. Windows color (decimal): -4476810 or 7778491. OLE color: 7778491.

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

Color convert

RGB187176118-
CMYK00.060.370.27
HSL50.43º33.66%59.8%-
HSV(B)50.43º36.9%73.33%-
XYZ39.2942.9223.35-
YUV172.6897.14138.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=38.88%
G=36.59%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717611800.060.370.2750.4333.6659.8
HexBBB07606251B32223c
Octal273260166064533624274
Binary10111011101100001110110011010010111011110010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB076; }

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

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

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

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

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

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

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

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