#BAAA53

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

Shades of Sundance #BAAA53

Tints of Sundance #BAAA53

Color information

#BAAA53 (or 0xBAAA53) is unknown color: approx Sundance. HEX triplet: BA, AA and 53. RGB value is (186,170,83). Sum of RGB (Red+Green+Blue) = 186+170+83=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA53 is #4555AC. Grayscale: #A5A5A5. Windows color (decimal): -4543917 or 5483194. OLE color: 5483194.

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

Color convert

RGB18617083-
CMYK00.090.550.27
HSL50.68º42.74%52.75%-
HSV(B)50.68º55.38%72.94%-
XYZ36.1939.8113.96-
YUV164.8781.8143.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 83 (32.81% from 255) = 18.91%
R=42.37%
G=38.72%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861708300.090.550.2750.6842.7452.75
HexBAAA5309371B332b35
Octal2722521230116733635365
Binary101110101010101010100110100111011111011110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA53; }

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

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

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

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

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

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

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

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