#BBB077

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

Shades of Ecru #BBB077

Tints of Ecru #BBB077

Color information

#BBB077 (or 0xBBB077) is unknown color: approx Ecru. HEX triplet: BB, B0 and 77. RGB value is (187,176,119). Sum of RGB (Red+Green+Blue) = 187+176+119=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB077 is #444F88. Grayscale: #ADADAD. Windows color (decimal): -4476809 or 7844027. OLE color: 7844027.

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

Color convert

RGB187176119-
CMYK00.060.360.27
HSL50.29º33.33%60%-
HSV(B)50.29º36.36%73.33%-
XYZ39.3542.9523.67-
YUV172.7997.64138.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=38.80%
G=36.51%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717611900.060.360.2750.2933.3360
HexBBB07706241B32213c
Octal273260167064433624174
Binary10111011101100001110111011010010011011110010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB077; }

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

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

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

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

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

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

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

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