#BAB17F

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

Shades of Ecru #BAB17F

Tints of Ecru #BAB17F

Color information

#BAB17F (or 0xBAB17F) is unknown color: approx Ecru. HEX triplet: BA, B1 and 7F. RGB value is (186,177,127). Sum of RGB (Red+Green+Blue) = 186+177+127=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB17F is #454E80. Grayscale: #AEAEAE. Windows color (decimal): -4542081 or 8368570. OLE color: 8368570.

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

Color convert

RGB186177127-
CMYK00.050.320.27
HSL50.85º29.95%61.37%-
HSV(B)50.85º31.72%72.94%-
XYZ39.843.4226.36-
YUV173.99101.48136.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 127 (50% from 255) = 25.92%
R=37.96%
G=36.12%
B=25.92%

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
Decimal18617712700.050.320.2750.8529.9561.37
HexBAB17F05201B331e3d
Octal272261177054033633675
Binary1011101010110001111111101011000001101111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB17F; }

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

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

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

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

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

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

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

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