#BAA951

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

Shades of Sundance #BAA951

Tints of Sundance #BAA951

Color information

#BAA951 (or 0xBAA951) is unknown color: approx Sundance. HEX triplet: BA, A9 and 51. RGB value is (186,169,81). Sum of RGB (Red+Green+Blue) = 186+169+81=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA951 is #4556AE. Grayscale: #A4A4A4. Windows color (decimal): -4544175 or 5351866. OLE color: 5351866.

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

Color convert

RGB18616981-
CMYK00.090.560.27
HSL50.29º43.21%52.35%-
HSV(B)50.29º56.45%72.94%-
XYZ35.9239.4113.5-
YUV164.0581.13143.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 81 (32.03% from 255) = 18.58%
R=42.66%
G=38.76%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861698100.090.560.2750.2943.2152.35
HexBAA95109381B322b34
Octal2722511210117033625364
Binary101110101010100110100010100111100011011110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA951; }

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

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

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

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

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

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

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

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