#BAA452

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

Shades of Sundance #BAA452

Tints of Sundance #BAA452

Color information

#BAA452 (or 0xBAA452) is unknown color: approx Sundance. HEX triplet: BA, A4 and 52. RGB value is (186,164,82). Sum of RGB (Red+Green+Blue) = 186+164+82=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA452 is #455BAD. Grayscale: #A1A1A1. Windows color (decimal): -4545454 or 5416122. OLE color: 5416122.

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

Color convert

RGB18616482-
CMYK00.120.560.27
HSL47.31º42.98%52.55%-
HSV(B)47.31º55.91%72.94%-
XYZ35.0537.613.39-
YUV161.2383.29145.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 82 (32.42% from 255) = 18.98%
R=43.06%
G=37.96%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861648200.120.560.2747.3142.9852.55
HexBAA4520C381B2f2b35
Octal2722441220147033575365
Binary101110101010010010100100110011100011011101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA452; }

 p { color: rgb(186,164,82); }

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

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

 a { background-color: rgb(186,164,82); }

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

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

 span { border-color: rgb(186,164,82); }

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