#BAAC4F

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

Shades of Sundance #BAAC4F

Tints of Sundance #BAAC4F

Color information

#BAAC4F (or 0xBAAC4F) is unknown color: approx Sundance. HEX triplet: BA, AC and 4F. RGB value is (186,172,79). Sum of RGB (Red+Green+Blue) = 186+172+79=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC4F is #4553B0. Grayscale: #A5A5A5. Windows color (decimal): -4543409 or 5221562. OLE color: 5221562.

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

Color convert

RGB18617279-
CMYK00.080.580.27
HSL52.15º43.67%51.96%-
HSV(B)52.15º57.53%72.94%-
XYZ36.4140.5113.3-
YUV165.5879.14142.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 79 (31.25% from 255) = 18.08%
R=42.56%
G=39.36%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861727900.080.580.2752.1543.6751.96
HexBAAC4F083A1B342c34
Octal2722541170107233645464
Binary101110101010110010011110100011101011011110100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC4F; }

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

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

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

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

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

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

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

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