#BEAD50

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

Shades of Sundance #BEAD50

Tints of Sundance #BEAD50

Color information

#BEAD50 (or 0xBEAD50) is unknown color: approx Sundance. HEX triplet: BE, AD and 50. RGB value is (190,173,80). Sum of RGB (Red+Green+Blue) = 190+173+80=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD50 is #4152AF. Grayscale: #A7A7A7. Windows color (decimal): -4281008 or 5287358. OLE color: 5287358.

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

Color convert

RGB19017380-
CMYK00.090.580.25
HSL50.73º45.83%52.94%-
HSV(B)50.73º57.89%74.51%-
XYZ37.6341.4113.6-
YUV167.4878.63144.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 173 (67.97% from 255) = 39.05%
BLUE value IS 80 (31.64% from 255) = 18.06%
R=42.89%
G=39.05%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901738000.090.580.2550.7345.8352.94
HexBEAD50093A19332e35
Octal2762551200117231635665
Binary101111101010110110100000100111101011001110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD50; }

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

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

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

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

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

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

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

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