#BEAE50

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

Shades of Sundance #BEAE50

Tints of Sundance #BEAE50

Color information

#BEAE50 (or 0xBEAE50) is unknown color: approx Sundance. HEX triplet: BE, AE and 50. RGB value is (190,174,80). Sum of RGB (Red+Green+Blue) = 190+174+80=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE50 is #4151AF. Grayscale: #A8A8A8. Windows color (decimal): -4280752 or 5287614. OLE color: 5287614.

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

Color convert

RGB19017480-
CMYK00.080.580.25
HSL51.27º45.83%52.94%-
HSV(B)51.27º57.89%74.51%-
XYZ37.8241.813.66-
YUV168.0778.3143.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 80 (31.64% from 255) = 18.02%
R=42.79%
G=39.19%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901748000.080.580.2551.2745.8352.94
HexBEAE50083A19332e35
Octal2762561200107231635665
Binary101111101010111010100000100011101011001110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE50; }

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

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

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

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

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

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

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

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