#BAAF76

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

Shades of Ecru #BAAF76

Tints of Ecru #BAAF76

Color information

#BAAF76 (or 0xBAAF76) is unknown color: approx Ecru. HEX triplet: BA, AF and 76. RGB value is (186,175,118). Sum of RGB (Red+Green+Blue) = 186+175+118=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF76 is #455089. Grayscale: #ACACAC. Windows color (decimal): -4542602 or 7778234. OLE color: 7778234.

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

Color convert

RGB186175118-
CMYK00.060.370.27
HSL50.29º33.01%59.61%-
HSV(B)50.29º36.56%72.94%-
XYZ38.8542.4123.28-
YUV171.7997.64138.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 118 (46.48% from 255) = 24.63%
R=38.83%
G=36.53%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617511800.060.370.2750.2933.0159.61
HexBAAF7606251B32213c
Octal272257166064533624174
Binary10111010101011111110110011010010111011110010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF76; }

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

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

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

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

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

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

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

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