#BEA54E

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

Shades of Sundance #BEA54E

Tints of Sundance #BEA54E

Color information

#BEA54E (or 0xBEA54E) is unknown color: approx Sundance. HEX triplet: BE, A5 and 4E. RGB value is (190,165,78). Sum of RGB (Red+Green+Blue) = 190+165+78=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA54E is #415AB1. Grayscale: #A2A2A2. Windows color (decimal): -4283058 or 5154238. OLE color: 5154238.

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

Color convert

RGB19016578-
CMYK00.130.590.25
HSL46.61º46.28%52.55%-
HSV(B)46.61º58.95%74.51%-
XYZ36.0738.4112.72-
YUV162.5680.28147.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=43.88%
G=38.11%
B=18.01%

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
Decimal1901657800.130.590.2546.6146.2852.55
HexBEA54E0D3B192f2e35
Octal2762451160157331575665
Binary101111101010010110011100110111101111001101111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA54E; }

 p { color: rgb(190,165,78); }

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

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

 a { background-color: rgb(190,165,78); }

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

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

 span { border-color: rgb(190,165,78); }

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