#BEA64D

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

Shades of Sundance #BEA64D

Tints of Sundance #BEA64D

Color information

#BEA64D (or 0xBEA64D) is unknown color: approx Sundance. HEX triplet: BE, A6 and 4D. RGB value is (190,166,77). Sum of RGB (Red+Green+Blue) = 190+166+77=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA64D is #4159B2. Grayscale: #A3A3A3. Windows color (decimal): -4282803 or 5088958. OLE color: 5088958.

HSL color Cylindrical-coordinate representation of color #BEA64D: hue angle of 47.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEA64D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19016677-
CMYK00.130.590.25
HSL47.26º46.5%52.35%-
HSV(B)47.26º59.47%74.51%-
XYZ36.2138.7612.59-
YUV163.0379.45147.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 77 (30.47% from 255) = 17.78%
R=43.88%
G=38.34%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901667700.130.590.2547.2646.552.35
HexBEA64D0D3B192f2f34
Octal2762461150157331575764
Binary101111101010011010011010110111101111001101111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA64D; }

 p { color: rgb(190,166,77); }

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

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

 a { background-color: rgb(190,166,77); }

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

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

 span { border-color: rgb(190,166,77); }

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