#BEAA55

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

Shades of Sundance #BEAA55

Tints of Sundance #BEAA55

Color information

#BEAA55 (or 0xBEAA55) is unknown color: approx Sundance. HEX triplet: BE, AA and 55. RGB value is (190,170,85). Sum of RGB (Red+Green+Blue) = 190+170+85=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA55 is #4155AA. Grayscale: #A6A6A6. Windows color (decimal): -4281771 or 5614270. OLE color: 5614270.

HSL color Cylindrical-coordinate representation of color #BEAA55: hue angle of 48.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEAA55 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19017085-
CMYK00.110.550.25
HSL48.57º44.68%53.92%-
HSV(B)48.57º55.26%74.51%-
XYZ37.2540.3514.42-
YUV166.2982.13144.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 85 (33.59% from 255) = 19.10%
R=42.70%
G=38.20%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901708500.110.550.2548.5744.6853.92
HexBEAA550B3719312d36
Octal2762521250136731615566
Binary101111101010101010101010101111011111001110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA55; }

 p { color: rgb(190,170,85); }

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

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

 a { background-color: rgb(190,170,85); }

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

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

 span { border-color: rgb(190,170,85); }

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