#BAB077

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

Shades of Ecru #BAB077

Tints of Ecru #BAB077

Color information

#BAB077 (or 0xBAB077) is unknown color: approx Ecru. HEX triplet: BA, B0 and 77. RGB value is (186,176,119). Sum of RGB (Red+Green+Blue) = 186+176+119=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB077 is #454F88. Grayscale: #ACACAC. Windows color (decimal): -4542345 or 7844026. OLE color: 7844026.

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

Color convert

RGB186176119-
CMYK00.050.360.27
HSL51.04º32.68%59.8%-
HSV(B)51.04º36.02%72.94%-
XYZ39.142.8223.66-
YUV172.4997.81137.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=38.67%
G=36.59%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617611900.050.360.2751.0432.6859.8
HexBAB07705241B33213c
Octal272260167054433634174
Binary10111010101100001110111010110010011011110011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB077; }

 p { color: rgb(186,176,119); }

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

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

 a { background-color: rgb(186,176,119); }

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

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

 span { border-color: rgb(186,176,119); }

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