#BAA34C

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

Shades of Sundance #BAA34C

Tints of Sundance #BAA34C

Color information

#BAA34C (or 0xBAA34C) is unknown color: approx Sundance. HEX triplet: BA, A3 and 4C. RGB value is (186,163,76). Sum of RGB (Red+Green+Blue) = 186+163+76=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA34C is #455CB3. Grayscale: #A0A0A0. Windows color (decimal): -4545716 or 5022650. OLE color: 5022650.

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

Color convert

RGB18616376-
CMYK00.120.590.27
HSL47.45º44.35%51.37%-
HSV(B)47.45º59.14%72.94%-
XYZ34.6537.1612.18-
YUV159.9680.62146.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 76 (30.08% from 255) = 17.88%
R=43.76%
G=38.35%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861637600.120.590.2747.4544.3551.37
HexBAA34C0C3B1B2f2c33
Octal2722431140147333575463
Binary101110101010001110011000110011101111011101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA34C; }

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

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

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

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

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

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

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

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