#BAA653

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

Shades of Sundance #BAA653

Tints of Sundance #BAA653

Color information

#BAA653 (or 0xBAA653) is unknown color: approx Sundance. HEX triplet: BA, A6 and 53. RGB value is (186,166,83). Sum of RGB (Red+Green+Blue) = 186+166+83=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA653 is #4559AC. Grayscale: #A2A2A2. Windows color (decimal): -4544941 or 5482170. OLE color: 5482170.

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

Color convert

RGB18616683-
CMYK00.110.550.27
HSL48.35º42.74%52.75%-
HSV(B)48.35º55.38%72.94%-
XYZ35.4538.3413.71-
YUV162.5283.13144.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 83 (32.81% from 255) = 19.08%
R=42.76%
G=38.16%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861668300.110.550.2748.3542.7452.75
HexBAA6530B371B302b35
Octal2722461230136733605365
Binary101110101010011010100110101111011111011110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA653; }

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

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

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

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

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

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

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

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