#BAA356

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

Shades of Sundance #BAA356

Tints of Sundance #BAA356

Color information

#BAA356 (or 0xBAA356) is unknown color: approx Sundance. HEX triplet: BA, A3 and 56. RGB value is (186,163,86). Sum of RGB (Red+Green+Blue) = 186+163+86=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA356 is #455CA9. Grayscale: #A1A1A1. Windows color (decimal): -4545706 or 5678010. OLE color: 5678010.

HSL color Cylindrical-coordinate representation of color #BAA356: hue angle of 46.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAA356 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18616386-
CMYK00.120.540.27
HSL46.2º42.02%53.33%-
HSV(B)46.2º53.76%72.94%-
XYZ35.0337.3114.16-
YUV161.185.62145.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=42.76%
G=37.47%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861638600.120.540.2746.242.0253.33
HexBAA3560C361B2e2a35
Octal2722431260146633565265
Binary101110101010001110101100110011011011011101110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA356; }

 p { color: rgb(186,163,86); }

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

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

 a { background-color: rgb(186,163,86); }

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

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

 span { border-color: rgb(186,163,86); }

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