#BAA256

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

Shades of Sundance #BAA256

Tints of Sundance #BAA256

Color information

#BAA256 (or 0xBAA256) is unknown color: approx Sundance. HEX triplet: BA, A2 and 56. RGB value is (186,162,86). Sum of RGB (Red+Green+Blue) = 186+162+86=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA256 is #455DA9. Grayscale: #A0A0A0. Windows color (decimal): -4545962 or 5677754. OLE color: 5677754.

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

Color convert

RGB18616286-
CMYK00.130.540.27
HSL45.6º42.02%53.33%-
HSV(B)45.6º53.76%72.94%-
XYZ34.8536.9514.1-
YUV160.5185.95146.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=42.86%
G=37.33%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861628600.130.540.2745.642.0253.33
HexBAA2560D361B2e2a35
Octal2722421260156633565265
Binary101110101010001010101100110111011011011101110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA256; }

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

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

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

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

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

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

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

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