#BAB17D

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

Shades of Ecru #BAB17D

Tints of Ecru #BAB17D

Color information

#BAB17D (or 0xBAB17D) is unknown color: approx Ecru. HEX triplet: BA, B1 and 7D. RGB value is (186,177,125). Sum of RGB (Red+Green+Blue) = 186+177+125=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB17D is #454E82. Grayscale: #ADADAD. Windows color (decimal): -4542083 or 8237498. OLE color: 8237498.

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

Color convert

RGB186177125-
CMYK00.050.330.27
HSL51.15º30.65%60.98%-
HSV(B)51.15º32.8%72.94%-
XYZ39.6743.3625.68-
YUV173.76100.48136.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=38.11%
G=36.27%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617712500.050.330.2751.1530.6560.98
HexBAB17D05211B331f3d
Octal272261175054133633775
Binary1011101010110001111110101011000011101111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB17D; }

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

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

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

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

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

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

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

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