#BAA954

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

Shades of Sundance #BAA954

Tints of Sundance #BAA954

Color information

#BAA954 (or 0xBAA954) is unknown color: approx Sundance. HEX triplet: BA, A9 and 54. RGB value is (186,169,84). Sum of RGB (Red+Green+Blue) = 186+169+84=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA954 is #4556AB. Grayscale: #A4A4A4. Windows color (decimal): -4544172 or 5548474. OLE color: 5548474.

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

Color convert

RGB18616984-
CMYK00.090.550.27
HSL50º42.5%52.94%-
HSV(B)50º54.84%72.94%-
XYZ36.0439.4614.1-
YUV164.3982.63143.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 84 (33.20% from 255) = 19.13%
R=42.37%
G=38.50%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861698400.090.550.275042.552.94
HexBAA95409371B322a35
Octal2722511240116733625265
Binary101110101010100110101000100111011111011110010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA954; }

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

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

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

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

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

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

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

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