#BEAC48

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

Shades of Sundance #BEAC48

Tints of Sundance #BEAC48

Color information

#BEAC48 (or 0xBEAC48) is unknown color: approx Sundance. HEX triplet: BE, AC and 48. RGB value is (190,172,72). Sum of RGB (Red+Green+Blue) = 190+172+72=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC48 is #4153B7. Grayscale: #A6A6A6. Windows color (decimal): -4281272 or 4762814. OLE color: 4762814.

HSL color Cylindrical-coordinate representation of color #BEAC48: hue angle of 50.85º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEAC48 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19017272-
CMYK00.090.620.25
HSL50.85º47.58%51.37%-
HSV(B)50.85º62.11%74.51%-
XYZ37.1640.9212.07-
YUV165.9874.96145.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 72 (28.52% from 255) = 16.59%
R=43.78%
G=39.63%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901727200.090.620.2550.8547.5851.37
HexBEAC48093E19333033
Octal2762541100117631636063
Binary101111101010110010010000100111111011001110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC48; }

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

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

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

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

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

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

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

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