#BBB080

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

Shades of Ecru #BBB080

Tints of Ecru #BBB080

Color information

#BBB080 (or 0xBBB080) is unknown color: approx Ecru. HEX triplet: BB, B0 and 80. RGB value is (187,176,128). Sum of RGB (Red+Green+Blue) = 187+176+128=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB080 is #444F7F. Grayscale: #AEAEAE. Windows color (decimal): -4476800 or 8433851. OLE color: 8433851.

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

Color convert

RGB187176128-
CMYK00.060.320.27
HSL48.81º30.26%61.76%-
HSV(B)48.81º31.55%73.33%-
XYZ39.9243.1726.65-
YUV173.82102.14137.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=38.09%
G=35.85%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717612800.060.320.2748.8130.2661.76
HexBBB08006201B311e3e
Octal273260200064033613676
Binary10111011101100001000000001101000001101111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB080; }

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

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

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

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

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

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

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

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