#BAA253

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

Shades of Sundance #BAA253

Tints of Sundance #BAA253

Color information

#BAA253 (or 0xBAA253) is unknown color: approx Sundance. HEX triplet: BA, A2 and 53. RGB value is (186,162,83). Sum of RGB (Red+Green+Blue) = 186+162+83=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA253 is #455DAC. Grayscale: #A0A0A0. Windows color (decimal): -4545965 or 5481146. OLE color: 5481146.

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

Color convert

RGB18616283-
CMYK00.130.550.27
HSL46.02º42.74%52.75%-
HSV(B)46.02º55.38%72.94%-
XYZ34.7336.913.48-
YUV160.1784.45146.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 83 (32.81% from 255) = 19.26%
R=43.16%
G=37.59%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861628300.130.550.2746.0242.7452.75
HexBAA2530D371B2e2b35
Octal2722421230156733565365
Binary101110101010001010100110110111011111011101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA253; }

 p { color: rgb(186,162,83); }

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

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

 a { background-color: rgb(186,162,83); }

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

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

 span { border-color: rgb(186,162,83); }

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