#BEA949

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

Shades of Sundance #BEA949

Tints of Sundance #BEA949

Color information

#BEA949 (or 0xBEA949) is unknown color: approx Sundance. HEX triplet: BE, A9 and 49. RGB value is (190,169,73). Sum of RGB (Red+Green+Blue) = 190+169+73=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA949 is #4156B6. Grayscale: #A4A4A4. Windows color (decimal): -4282039 or 4827582. OLE color: 4827582.

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

Color convert

RGB19016973-
CMYK00.110.620.25
HSL49.23º47.37%51.57%-
HSV(B)49.23º61.58%74.51%-
XYZ36.6339.812.06-
YUV164.3376.46146.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 73 (28.91% from 255) = 16.90%
R=43.98%
G=39.12%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901697300.110.620.2549.2347.3751.57
HexBEA9490B3E19312f34
Octal2762511110137631615764
Binary101111101010100110010010101111111011001110001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA949; }

 p { color: rgb(190,169,73); }

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

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

 a { background-color: rgb(190,169,73); }

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

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

 span { border-color: rgb(190,169,73); }

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