#BAA977

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

Shades of Ecru #BAA977

Tints of Ecru #BAA977

Color information

#BAA977 (or 0xBAA977) is unknown color: approx Ecru. HEX triplet: BA, A9 and 77. RGB value is (186,169,119). Sum of RGB (Red+Green+Blue) = 186+169+119=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA977 is #455688. Grayscale: #A8A8A8. Windows color (decimal): -4544137 or 7842234. OLE color: 7842234.

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

Color convert

RGB186169119-
CMYK00.090.360.27
HSL44.78º32.68%59.8%-
HSV(B)44.78º36.02%72.94%-
XYZ37.7740.1523.21-
YUV168.38100.13140.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=39.24%
G=35.65%
B=25.11%

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
Decimal18616911900.090.360.2744.7832.6859.8
HexBAA97709241B2d213c
Octal2722511670114433554174
Binary101110101010100111101110100110010011011101101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA977; }

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

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

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

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

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

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

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

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