#BAB079

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

Shades of Ecru #BAB079

Tints of Ecru #BAB079

Color information

#BAB079 (or 0xBAB079) is unknown color: approx Ecru. HEX triplet: BA, B0 and 79. RGB value is (186,176,121). Sum of RGB (Red+Green+Blue) = 186+176+121=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB079 is #454F86. Grayscale: #ACACAC. Windows color (decimal): -4542343 or 7975098. OLE color: 7975098.

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

Color convert

RGB186176121-
CMYK00.050.350.27
HSL50.77º32.02%60.2%-
HSV(B)50.77º34.95%72.94%-
XYZ39.2342.8724.3-
YUV172.7298.81137.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 121 (47.66% from 255) = 25.05%
R=38.51%
G=36.44%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617612100.050.350.2750.7732.0260.2
HexBAB07905231B33203c
Octal272260171054333634074
Binary10111010101100001111001010110001111011110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB079; }

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

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

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

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

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

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

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

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