#BAA852

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

Shades of Sundance #BAA852

Tints of Sundance #BAA852

Color information

#BAA852 (or 0xBAA852) is unknown color: approx Sundance. HEX triplet: BA, A8 and 52. RGB value is (186,168,82). Sum of RGB (Red+Green+Blue) = 186+168+82=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA852 is #4557AD. Grayscale: #A3A3A3. Windows color (decimal): -4544430 or 5417146. OLE color: 5417146.

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

Color convert

RGB18616882-
CMYK00.100.560.27
HSL49.62º42.98%52.55%-
HSV(B)49.62º55.91%72.94%-
XYZ35.7839.0513.64-
YUV163.5881.96143.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=42.66%
G=38.53%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861688200.100.560.2749.6242.9852.55
HexBAA8520A381B322b35
Octal2722501220127033625365
Binary101110101010100010100100101011100011011110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA852; }

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

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

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

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

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

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

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

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