#BEAF53

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

Shades of Sundance #BEAF53

Tints of Sundance #BEAF53

Color information

#BEAF53 (or 0xBEAF53) is unknown color: approx Sundance. HEX triplet: BE, AF and 53. RGB value is (190,175,83). Sum of RGB (Red+Green+Blue) = 190+175+83=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF53 is #4150AC. Grayscale: #A9A9A9. Windows color (decimal): -4280493 or 5484478. OLE color: 5484478.

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

Color convert

RGB19017583-
CMYK00.080.560.25
HSL51.59º45.15%53.53%-
HSV(B)51.59º56.32%74.51%-
XYZ38.1342.2314.33-
YUV16979.47142.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 83 (32.81% from 255) = 18.53%
R=42.41%
G=39.06%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901758300.080.560.2551.5945.1553.53
HexBEAF53083819342d36
Octal2762571230107031645566
Binary101111101010111110100110100011100011001110100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF53; }

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

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

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

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

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

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

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

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