#BAAE51

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

Shades of Sundance #BAAE51

Tints of Sundance #BAAE51

Color information

#BAAE51 (or 0xBAAE51) is unknown color: approx Sundance. HEX triplet: BA, AE and 51. RGB value is (186,174,81). Sum of RGB (Red+Green+Blue) = 186+174+81=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE51 is #4551AE. Grayscale: #A7A7A7. Windows color (decimal): -4542895 or 5353146. OLE color: 5353146.

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

Color convert

RGB18617481-
CMYK00.060.560.27
HSL53.14º43.21%52.35%-
HSV(B)53.14º56.45%72.94%-
XYZ36.8741.3113.81-
YUV166.9979.48141.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=42.18%
G=39.46%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861748100.060.560.2753.1443.2152.35
HexBAAE5106381B352b34
Octal272256121067033655364
Binary10111010101011101010001011011100011011110101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE51; }

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

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

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

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

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

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

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

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