#BAAE4D

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

Shades of Sundance #BAAE4D

Tints of Sundance #BAAE4D

Color information

#BAAE4D (or 0xBAAE4D) is unknown color: approx Sundance. HEX triplet: BA, AE and 4D. RGB value is (186,174,77). Sum of RGB (Red+Green+Blue) = 186+174+77=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE4D is #4551B2. Grayscale: #A6A6A6. Windows color (decimal): -4542899 or 5091002. OLE color: 5091002.

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

Color convert

RGB18617477-
CMYK00.060.590.27
HSL53.39º44.13%51.57%-
HSV(B)53.39º58.6%72.94%-
XYZ36.7341.2513.05-
YUV166.5377.48141.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 77 (30.47% from 255) = 17.62%
R=42.56%
G=39.82%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861747700.060.590.2753.3944.1351.57
HexBAAE4D063B1B352c34
Octal272256115067333655464
Binary10111010101011101001101011011101111011110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE4D; }

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

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

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

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

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

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

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

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