#BEAC53

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

Shades of Sundance #BEAC53

Tints of Sundance #BEAC53

Color information

#BEAC53 (or 0xBEAC53) is unknown color: approx Sundance. HEX triplet: BE, AC and 53. RGB value is (190,172,83). Sum of RGB (Red+Green+Blue) = 190+172+83=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC53 is #4153AC. Grayscale: #A7A7A7. Windows color (decimal): -4281261 or 5483710. OLE color: 5483710.

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

Color convert

RGB19017283-
CMYK00.090.560.25
HSL49.91º45.15%53.53%-
HSV(B)49.91º56.32%74.51%-
XYZ37.5541.0814.13-
YUV167.2480.46144.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 83 (32.81% from 255) = 18.65%
R=42.70%
G=38.65%
B=18.65%

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
Decimal1901728300.090.560.2549.9145.1553.53
HexBEAC53093819322d36
Octal2762541230117031625566
Binary101111101010110010100110100111100011001110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC53; }

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

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

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

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

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

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

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

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