#BAAE4E

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

Shades of Sundance #BAAE4E

Tints of Sundance #BAAE4E

Color information

#BAAE4E (or 0xBAAE4E) is unknown color: approx Sundance. HEX triplet: BA, AE and 4E. RGB value is (186,174,78). Sum of RGB (Red+Green+Blue) = 186+174+78=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE4E is #4551B1. Grayscale: #A7A7A7. Windows color (decimal): -4542898 or 5156538. OLE color: 5156538.

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

Color convert

RGB18617478-
CMYK00.060.580.27
HSL53.33º43.9%51.76%-
HSV(B)53.33º58.06%72.94%-
XYZ36.7641.2613.23-
YUV166.6477.98141.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 174 (68.36% from 255) = 39.73%
BLUE value IS 78 (30.86% from 255) = 17.81%
R=42.47%
G=39.73%
B=17.81%

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
Decimal1861747800.060.580.2753.3343.951.76
HexBAAE4E063A1B352c34
Octal272256116067233655464
Binary10111010101011101001110011011101011011110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE4E; }

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

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

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

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

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

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

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

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