#BEAC54

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

Shades of Sundance #BEAC54

Tints of Sundance #BEAC54

Color information

#BEAC54 (or 0xBEAC54) is unknown color: approx Sundance. HEX triplet: BE, AC and 54. RGB value is (190,172,84). Sum of RGB (Red+Green+Blue) = 190+172+84=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC54 is #4153AB. Grayscale: #A7A7A7. Windows color (decimal): -4281260 or 5549246. OLE color: 5549246.

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

Color convert

RGB19017284-
CMYK00.090.560.25
HSL49.81º44.92%53.73%-
HSV(B)49.81º55.79%74.51%-
XYZ37.5941.0914.34-
YUV167.3580.96144.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 172 (67.58% from 255) = 38.57%
BLUE value IS 84 (33.20% from 255) = 18.83%
R=42.60%
G=38.57%
B=18.83%

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
Decimal1901728400.090.560.2549.8144.9253.73
HexBEAC54093819322d36
Octal2762541240117031625566
Binary101111101010110010101000100111100011001110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC54; }

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

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

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

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

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

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

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

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