#BEA254

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

Shades of Sundance #BEA254

Tints of Sundance #BEA254

Color information

#BEA254 (or 0xBEA254) is unknown color: approx Sundance. HEX triplet: BE, A2 and 54. RGB value is (190,162,84). Sum of RGB (Red+Green+Blue) = 190+162+84=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA254 is #415DAB. Grayscale: #A1A1A1. Windows color (decimal): -4283820 or 5546686. OLE color: 5546686.

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

Color convert

RGB19016284-
CMYK00.150.560.25
HSL44.15º44.92%53.73%-
HSV(B)44.15º55.79%74.51%-
XYZ35.7637.4313.73-
YUV161.4884.28148.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 84 (33.20% from 255) = 19.27%
R=43.58%
G=37.16%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901628400.150.560.2544.1544.9253.73
HexBEA2540F38192c2d36
Octal2762421240177031545566
Binary101111101010001010101000111111100011001101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA254; }

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

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

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

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

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

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

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

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