#BEAA54

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

Shades of Sundance #BEAA54

Tints of Sundance #BEAA54

Color information

#BEAA54 (or 0xBEAA54) is unknown color: approx Sundance. HEX triplet: BE, AA and 54. RGB value is (190,170,84). Sum of RGB (Red+Green+Blue) = 190+170+84=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA54 is #4155AB. Grayscale: #A6A6A6. Windows color (decimal): -4281772 or 5548734. OLE color: 5548734.

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

Color convert

RGB19017084-
CMYK00.110.560.25
HSL48.68º44.92%53.73%-
HSV(B)48.68º55.79%74.51%-
XYZ37.2140.3414.21-
YUV166.1881.63144.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 84 (33.20% from 255) = 18.92%
R=42.79%
G=38.29%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901708400.110.560.2548.6844.9253.73
HexBEAA540B3819312d36
Octal2762521240137031615566
Binary101111101010101010101000101111100011001110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA54; }

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

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

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

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

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

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

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

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