#BAA64E

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

Shades of Sundance #BAA64E

Tints of Sundance #BAA64E

Color information

#BAA64E (or 0xBAA64E) is unknown color: approx Sundance. HEX triplet: BA, A6 and 4E. RGB value is (186,166,78). Sum of RGB (Red+Green+Blue) = 186+166+78=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA64E is #4559B1. Grayscale: #A2A2A2. Windows color (decimal): -4544946 or 5154490. OLE color: 5154490.

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

Color convert

RGB18616678-
CMYK00.110.580.27
HSL48.89º43.9%51.76%-
HSV(B)48.89º58.06%72.94%-
XYZ35.2638.2612.73-
YUV161.9580.63145.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 78 (30.86% from 255) = 18.14%
R=43.26%
G=38.60%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861667800.110.580.2748.8943.951.76
HexBAA64E0B3A1B312c34
Octal2722461160137233615464
Binary101110101010011010011100101111101011011110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA64E; }

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

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

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

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

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

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

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

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