#baa94f

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

Shades of Sundance #BAA94F

Tints of Sundance #BAA94F

Color information

#BAA94F (or 0xBAA94F) is unknown color: approx Sundance. HEX triplet: BA, A9 and 4F. RGB value is (186,169,79). Sum of RGB (Red+Green+Blue) = 186+169+79=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA94F is #4556B0. Grayscale: #A4A4A4. Windows color (decimal): -4544177 or 5220794. OLE color: 5220794.

HSL color Cylindrical-coordinate representation of color #BAA94F: hue angle of 50.47º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAA94F is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18616979-
CMYK00.090.580.27
HSL50.47º43.67%51.96%-
HSV(B)50.47º57.53%72.94%-
XYZ35.8539.3813.11-
YUV163.8280.13143.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 79 (31.25% from 255) = 18.20%
R=42.86%
G=38.94%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861697900.090.580.2750.4743.6751.96
HexBAA94F093A1B322c34
Octal2722511170117233625464
Binary101110101010100110011110100111101011011110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baa94f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baa94f; }

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

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

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

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

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

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

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

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