#BAAF79

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

Shades of Ecru #BAAF79

Tints of Ecru #BAAF79

Color information

#BAAF79 (or 0xBAAF79) is unknown color: approx Ecru. HEX triplet: BA, AF and 79. RGB value is (186,175,121). Sum of RGB (Red+Green+Blue) = 186+175+121=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF79 is #455086. Grayscale: #ACACAC. Windows color (decimal): -4542599 or 7974842. OLE color: 7974842.

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

Color convert

RGB186175121-
CMYK00.060.350.27
HSL49.85º32.02%60.2%-
HSV(B)49.85º34.95%72.94%-
XYZ39.0342.4824.23-
YUV172.1399.14137.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=38.59%
G=36.31%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617512100.060.350.2749.8532.0260.2
HexBAAF7906231B32203c
Octal272257171064333624074
Binary10111010101011111111001011010001111011110010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF79; }

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

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

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

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

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

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

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

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