#BEAF50

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

Shades of Sundance #BEAF50

Tints of Sundance #BEAF50

Color information

#BEAF50 (or 0xBEAF50) is unknown color: approx Sundance. HEX triplet: BE, AF and 50. RGB value is (190,175,80). Sum of RGB (Red+Green+Blue) = 190+175+80=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF50 is #4150AF. Grayscale: #A9A9A9. Windows color (decimal): -4280496 or 5287870. OLE color: 5287870.

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

Color convert

RGB19017580-
CMYK00.080.580.25
HSL51.82º45.83%52.94%-
HSV(B)51.82º57.89%74.51%-
XYZ38.0142.1913.73-
YUV168.6677.97143.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 80 (31.64% from 255) = 17.98%
R=42.70%
G=39.33%
B=17.98%

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
Decimal1901758000.080.580.2551.8245.8352.94
HexBEAF50083A19342e35
Octal2762571200107231645665
Binary101111101010111110100000100011101011001110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF50; }

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

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

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

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

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

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

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

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