#BBB180

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

Shades of Ecru #BBB180

Tints of Ecru #BBB180

Color information

#BBB180 (or 0xBBB180) is unknown color: approx Ecru. HEX triplet: BB, B1 and 80. RGB value is (187,177,128). Sum of RGB (Red+Green+Blue) = 187+177+128=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB180 is #444E7F. Grayscale: #AEAEAE. Windows color (decimal): -4476544 or 8434107. OLE color: 8434107.

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

Color convert

RGB187177128-
CMYK00.050.320.27
HSL49.83º30.26%61.76%-
HSV(B)49.83º31.55%73.33%-
XYZ40.1143.5726.72-
YUV174.4101.81136.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=38.01%
G=35.98%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717712800.050.320.2749.8330.2661.76
HexBBB18005201B321e3e
Octal273261200054033623676
Binary10111011101100011000000001011000001101111001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB180; }

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

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

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

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

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

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

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

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