#BAAB79

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

Shades of Ecru #BAAB79

Tints of Ecru #BAAB79

Color information

#BAAB79 (or 0xBAAB79) is unknown color: approx Ecru. HEX triplet: BA, AB and 79. RGB value is (186,171,121). Sum of RGB (Red+Green+Blue) = 186+171+121=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB79 is #455486. Grayscale: #AAAAAA. Windows color (decimal): -4543623 or 7973818. OLE color: 7973818.

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

Color convert

RGB186171121-
CMYK00.080.350.27
HSL46.15º32.02%60.2%-
HSV(B)46.15º34.95%72.94%-
XYZ38.2640.9523.98-
YUV169.78100.47139.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=38.91%
G=35.77%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617112100.080.350.2746.1532.0260.2
HexBAAB7908231B2e203c
Octal2722531710104333564074
Binary101110101010101111110010100010001111011101110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB79; }

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

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

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

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

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

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

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

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