#BAAA77

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

Shades of Ecru #BAAA77

Tints of Ecru #BAAA77

Color information

#BAAA77 (or 0xBAAA77) is unknown color: approx Ecru. HEX triplet: BA, AA and 77. RGB value is (186,170,119). Sum of RGB (Red+Green+Blue) = 186+170+119=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA77 is #455588. Grayscale: #A9A9A9. Windows color (decimal): -4543881 or 7842490. OLE color: 7842490.

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

Color convert

RGB186170119-
CMYK00.090.360.27
HSL45.67º32.68%59.8%-
HSV(B)45.67º36.02%72.94%-
XYZ37.9540.5223.27-
YUV168.9799.8140.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=39.16%
G=35.79%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617011900.090.360.2745.6732.6859.8
HexBAAA7709241B2e213c
Octal2722521670114433564174
Binary101110101010101011101110100110010011011101110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA77; }

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

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

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

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

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

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

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

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