#BAAF77

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

Shades of Ecru #BAAF77

Tints of Ecru #BAAF77

Color information

#BAAF77 (or 0xBAAF77) is unknown color: approx Ecru. HEX triplet: BA, AF and 77. RGB value is (186,175,119). Sum of RGB (Red+Green+Blue) = 186+175+119=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF77 is #455088. Grayscale: #ACACAC. Windows color (decimal): -4542601 or 7843770. OLE color: 7843770.

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

Color convert

RGB186175119-
CMYK00.060.360.27
HSL50.15º32.68%59.8%-
HSV(B)50.15º36.02%72.94%-
XYZ38.9142.4323.59-
YUV171.998.14138.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=38.75%
G=36.46%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617511900.060.360.2750.1532.6859.8
HexBAAF7706241B32213c
Octal272257167064433624174
Binary10111010101011111110111011010010011011110010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF77; }

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

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

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

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

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

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

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

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