#BEAC4E

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

Shades of Sundance #BEAC4E

Tints of Sundance #BEAC4E

Color information

#BEAC4E (or 0xBEAC4E) is unknown color: approx Sundance. HEX triplet: BE, AC and 4E. RGB value is (190,172,78). Sum of RGB (Red+Green+Blue) = 190+172+78=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC4E is #4153B1. Grayscale: #A7A7A7. Windows color (decimal): -4281266 or 5156030. OLE color: 5156030.

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

Color convert

RGB19017278-
CMYK00.090.590.25
HSL50.36º46.28%52.55%-
HSV(B)50.36º58.95%74.51%-
XYZ37.364113.15-
YUV166.6777.96144.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 78 (30.86% from 255) = 17.73%
R=43.18%
G=39.09%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901727800.090.590.2550.3646.2852.55
HexBEAC4E093B19322e35
Octal2762541160117331625665
Binary101111101010110010011100100111101111001110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC4E; }

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

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

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

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

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

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

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

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