#BAB37F

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

Shades of Ecru #BAB37F

Tints of Ecru #BAB37F

Color information

#BAB37F (or 0xBAB37F) is unknown color: approx Ecru. HEX triplet: BA, B3 and 7F. RGB value is (186,179,127). Sum of RGB (Red+Green+Blue) = 186+179+127=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB37F is #454C80. Grayscale: #AFAFAF. Windows color (decimal): -4541569 or 8369082. OLE color: 8369082.

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

Color convert

RGB186179127-
CMYK00.040.320.27
HSL52.88º29.95%61.37%-
HSV(B)52.88º31.72%72.94%-
XYZ40.244.2126.49-
YUV175.16100.82135.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 127 (50% from 255) = 25.81%
R=37.80%
G=36.38%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617912700.040.320.2752.8829.9561.37
HexBAB37F04201B351e3d
Octal272263177044033653675
Binary1011101010110011111111101001000001101111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB37F; }

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

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

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

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

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

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

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

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