#BAAF4E

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

Shades of Sundance #BAAF4E

Tints of Sundance #BAAF4E

Color information

#BAAF4E (or 0xBAAF4E) is unknown color: approx Sundance. HEX triplet: BA, AF and 4E. RGB value is (186,175,78). Sum of RGB (Red+Green+Blue) = 186+175+78=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF4E is #4550B1. Grayscale: #A7A7A7. Windows color (decimal): -4542642 or 5156794. OLE color: 5156794.

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

Color convert

RGB18617578-
CMYK00.060.580.27
HSL53.89º43.9%51.76%-
HSV(B)53.89º58.06%72.94%-
XYZ36.9541.6513.3-
YUV167.2377.64141.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 78 (30.86% from 255) = 17.77%
R=42.37%
G=39.86%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861757800.060.580.2753.8943.951.76
HexBAAF4E063A1B362c34
Octal272257116067233665464
Binary10111010101011111001110011011101011011110110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF4E; }

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

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

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

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

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

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

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

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