#BEAA51

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

Shades of Sundance #BEAA51

Tints of Sundance #BEAA51

Color information

#BEAA51 (or 0xBEAA51) is unknown color: approx Sundance. HEX triplet: BE, AA and 51. RGB value is (190,170,81). Sum of RGB (Red+Green+Blue) = 190+170+81=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA51 is #4155AE. Grayscale: #A6A6A6. Windows color (decimal): -4281775 or 5352126. OLE color: 5352126.

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

Color convert

RGB19017081-
CMYK00.110.570.25
HSL48.99º45.61%53.14%-
HSV(B)48.99º57.37%74.51%-
XYZ37.140.2913.61-
YUV165.8380.13145.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 81 (32.03% from 255) = 18.37%
R=43.08%
G=38.55%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901708100.110.570.2548.9945.6153.14
HexBEAA510B3919312e35
Octal2762521210137131615665
Binary101111101010101010100010101111100111001110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA51; }

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

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

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

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

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

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

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

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