#BEAD52

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

Shades of Sundance #BEAD52

Tints of Sundance #BEAD52

Color information

#BEAD52 (or 0xBEAD52) is unknown color: approx Sundance. HEX triplet: BE, AD and 52. RGB value is (190,173,82). Sum of RGB (Red+Green+Blue) = 190+173+82=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD52 is #4152AD. Grayscale: #A8A8A8. Windows color (decimal): -4281006 or 5418430. OLE color: 5418430.

HSL color Cylindrical-coordinate representation of color #BEAD52: hue angle of 50.56º degrees, saturation: 0.45, 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 #BEAD52 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19017382-
CMYK00.090.570.25
HSL50.56º45.38%53.33%-
HSV(B)50.56º56.84%74.51%-
XYZ37.741.4413.99-
YUV167.7179.63143.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 82 (32.42% from 255) = 18.43%
R=42.70%
G=38.88%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901738200.090.570.2550.5645.3853.33
HexBEAD52093919332d35
Octal2762551220117131635565
Binary101111101010110110100100100111100111001110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD52; }

 p { color: rgb(190,173,82); }

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

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

 a { background-color: rgb(190,173,82); }

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

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

 span { border-color: rgb(190,173,82); }

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