#BAA454

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

Shades of Sundance #BAA454

Tints of Sundance #BAA454

Color information

#BAA454 (or 0xBAA454) is unknown color: approx Sundance. HEX triplet: BA, A4 and 54. RGB value is (186,164,84). Sum of RGB (Red+Green+Blue) = 186+164+84=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA454 is #455BAB. Grayscale: #A1A1A1. Windows color (decimal): -4545452 or 5547194. OLE color: 5547194.

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

Color convert

RGB18616484-
CMYK00.120.550.27
HSL47.06º42.5%52.94%-
HSV(B)47.06º54.84%72.94%-
XYZ35.1337.6313.8-
YUV161.4684.29145.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 164 (64.45% from 255) = 37.79%
BLUE value IS 84 (33.20% from 255) = 19.35%
R=42.86%
G=37.79%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861648400.120.550.2747.0642.552.94
HexBAA4540C371B2f2a35
Octal2722441240146733575265
Binary101110101010010010101000110011011111011101111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA454; }

 p { color: rgb(186,164,84); }

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

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

 a { background-color: rgb(186,164,84); }

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

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

 span { border-color: rgb(186,164,84); }

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