#BEA54D

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

Shades of Sundance #BEA54D

Tints of Sundance #BEA54D

Color information

#BEA54D (or 0xBEA54D) is unknown color: approx Sundance. HEX triplet: BE, A5 and 4D. RGB value is (190,165,77). Sum of RGB (Red+Green+Blue) = 190+165+77=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA54D is #415AB2. Grayscale: #A2A2A2. Windows color (decimal): -4283059 or 5088702. OLE color: 5088702.

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

Color convert

RGB19016577-
CMYK00.130.590.25
HSL46.73º46.5%52.35%-
HSV(B)46.73º59.47%74.51%-
XYZ36.0338.3912.53-
YUV162.4479.78147.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 77 (30.47% from 255) = 17.82%
R=43.98%
G=38.19%
B=17.82%

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
Decimal1901657700.130.590.2546.7346.552.35
HexBEA54D0D3B192f2f34
Octal2762451150157331575764
Binary101111101010010110011010110111101111001101111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA54D; }

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

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

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

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

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

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

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

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