#BAAA50

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

Shades of Sundance #BAAA50

Tints of Sundance #BAAA50

Color information

#BAAA50 (or 0xBAAA50) is unknown color: approx Sundance. HEX triplet: BA, AA and 50. RGB value is (186,170,80). Sum of RGB (Red+Green+Blue) = 186+170+80=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA50 is #4555AF. Grayscale: #A4A4A4. Windows color (decimal): -4543920 or 5286586. OLE color: 5286586.

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

Color convert

RGB18617080-
CMYK00.090.570.27
HSL50.94º43.44%52.16%-
HSV(B)50.94º56.99%72.94%-
XYZ36.0739.7713.36-
YUV164.5280.3143.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=42.66%
G=38.99%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861708000.090.570.2750.9443.4452.16
HexBAAA5009391B332b34
Octal2722521200117133635364
Binary101110101010101010100000100111100111011110011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA50; }

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

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

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

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

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

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

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

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