#BEAD53

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

Shades of Sundance #BEAD53

Tints of Sundance #BEAD53

Color information

#BEAD53 (or 0xBEAD53) is unknown color: approx Sundance. HEX triplet: BE, AD and 53. RGB value is (190,173,83). Sum of RGB (Red+Green+Blue) = 190+173+83=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD53 is #4152AC. Grayscale: #A8A8A8. Windows color (decimal): -4281005 or 5483966. OLE color: 5483966.

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

Color convert

RGB19017383-
CMYK00.090.560.25
HSL50.47º45.15%53.53%-
HSV(B)50.47º56.32%74.51%-
XYZ37.7441.4614.2-
YUV167.8280.13143.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 83 (32.81% from 255) = 18.61%
R=42.60%
G=38.79%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901738300.090.560.2550.4745.1553.53
HexBEAD53093819322d36
Octal2762551230117031625566
Binary101111101010110110100110100111100011001110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD53; }

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

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

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

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

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

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

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

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