#BAA753

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

Shades of Sundance #BAA753

Tints of Sundance #BAA753

Color information

#BAA753 (or 0xBAA753) is unknown color: approx Sundance. HEX triplet: BA, A7 and 53. RGB value is (186,167,83). Sum of RGB (Red+Green+Blue) = 186+167+83=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA753 is #4558AC. Grayscale: #A3A3A3. Windows color (decimal): -4544685 or 5482426. OLE color: 5482426.

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

Color convert

RGB18616783-
CMYK00.100.550.27
HSL48.93º42.74%52.75%-
HSV(B)48.93º55.38%72.94%-
XYZ35.6338.713.78-
YUV163.182.79144.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 83 (32.81% from 255) = 19.04%
R=42.66%
G=38.30%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861678300.100.550.2748.9342.7452.75
HexBAA7530A371B312b35
Octal2722471230126733615365
Binary101110101010011110100110101011011111011110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA753; }

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

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

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

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

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

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

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

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