#BAA752

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

Shades of Sundance #BAA752

Tints of Sundance #BAA752

Color information

#BAA752 (or 0xBAA752) is unknown color: approx Sundance. HEX triplet: BA, A7 and 52. RGB value is (186,167,82). Sum of RGB (Red+Green+Blue) = 186+167+82=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA752 is #4558AD. Grayscale: #A3A3A3. Windows color (decimal): -4544686 or 5416890. OLE color: 5416890.

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

Color convert

RGB18616782-
CMYK00.100.560.27
HSL49.04º42.98%52.55%-
HSV(B)49.04º55.91%72.94%-
XYZ35.5938.6913.57-
YUV162.9982.29144.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=42.76%
G=38.39%
B=18.85%

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
Decimal1861678200.100.560.2749.0442.9852.55
HexBAA7520A381B312b35
Octal2722471220127033615365
Binary101110101010011110100100101011100011011110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA752; }

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

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

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

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

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

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

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

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