#BAA44E

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

Shades of Sundance #BAA44E

Tints of Sundance #BAA44E

Color information

#BAA44E (or 0xBAA44E) is unknown color: approx Sundance. HEX triplet: BA, A4 and 4E. RGB value is (186,164,78). Sum of RGB (Red+Green+Blue) = 186+164+78=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA44E is #455BB1. Grayscale: #A1A1A1. Windows color (decimal): -4545458 or 5153978. OLE color: 5153978.

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

Color convert

RGB18616478-
CMYK00.120.580.27
HSL47.78º43.9%51.76%-
HSV(B)47.78º58.06%72.94%-
XYZ34.937.5412.61-
YUV160.7781.29145.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 78 (30.86% from 255) = 18.22%
R=43.46%
G=38.32%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861647800.120.580.2747.7843.951.76
HexBAA44E0C3A1B302c34
Octal2722441160147233605464
Binary101110101010010010011100110011101011011110000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA44E; }

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

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

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

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

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

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

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

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