#BAB181

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

Shades of Ecru #BAB181

Tints of Ecru #BAB181

Color information

#BAB181 (or 0xBAB181) is unknown color: approx Ecru. HEX triplet: BA, B1 and 81. RGB value is (186,177,129). Sum of RGB (Red+Green+Blue) = 186+177+129=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB181 is #454E7E. Grayscale: #AEAEAE. Windows color (decimal): -4542079 or 8499642. OLE color: 8499642.

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

Color convert

RGB186177129-
CMYK00.050.310.27
HSL50.53º29.23%61.76%-
HSV(B)50.53º30.65%72.94%-
XYZ39.9343.4727.05-
YUV174.22102.48136.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=37.80%
G=35.98%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617712900.050.310.2750.5329.2361.76
HexBAB181051F1B331d3e
Octal272261201053733633576
Binary1011101010110001100000010101111111101111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB181; }

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

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

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

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

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

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

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

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