#BAB182

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

Shades of Ecru #BAB182

Tints of Ecru #BAB182

Color information

#BAB182 (or 0xBAB182) is unknown color: approx Ecru. HEX triplet: BA, B1 and 82. RGB value is (186,177,130). Sum of RGB (Red+Green+Blue) = 186+177+130=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB182 is #454E7D. Grayscale: #AEAEAE. Windows color (decimal): -4542078 or 8565178. OLE color: 8565178.

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

Color convert

RGB186177130-
CMYK00.050.300.27
HSL50.36º28.87%61.96%-
HSV(B)50.36º30.11%72.94%-
XYZ4043.527.41-
YUV174.33102.98136.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=37.73%
G=35.90%
B=26.37%

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
Decimal18617713000.050.300.2750.3628.8761.96
HexBAB182051E1B321d3e
Octal272261202053633623576
Binary1011101010110001100000100101111101101111001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB182; }

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

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

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

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

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

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

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

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