#BBB182

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

Shades of Ecru #BBB182

Tints of Ecru #BBB182

Color information

#BBB182 (or 0xBBB182) is unknown color: approx Ecru. HEX triplet: BB, B1 and 82. RGB value is (187,177,130). Sum of RGB (Red+Green+Blue) = 187+177+130=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB182 is #444E7D. Grayscale: #AEAEAE. Windows color (decimal): -4476542 or 8565179. OLE color: 8565179.

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

Color convert

RGB187177130-
CMYK00.050.300.27
HSL49.47º29.53%62.16%-
HSV(B)49.47º30.48%73.33%-
XYZ40.2443.6227.42-
YUV174.63102.81136.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=37.85%
G=35.83%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717713000.050.300.2749.4729.5362.16
HexBBB182051E1B311e3e
Octal273261202053633613676
Binary1011101110110001100000100101111101101111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB182; }

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

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

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

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

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

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

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

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