#BEA054

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

Shades of Sundance #BEA054

Tints of Sundance #BEA054

Color information

#BEA054 (or 0xBEA054) is unknown color: approx Sundance. HEX triplet: BE, A0 and 54. RGB value is (190,160,84). Sum of RGB (Red+Green+Blue) = 190+160+84=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA054 is #415FAB. Grayscale: #A0A0A0. Windows color (decimal): -4284332 or 5546174. OLE color: 5546174.

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

Color convert

RGB19016084-
CMYK00.160.560.25
HSL43.02º44.92%53.73%-
HSV(B)43.02º55.79%74.51%-
XYZ35.4136.7313.61-
YUV160.3184.94149.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 84 (33.20% from 255) = 19.35%
R=43.78%
G=36.87%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901608400.160.560.2543.0244.9253.73
HexBEA05401038192b2d36
Octal2762401240207031535566
Binary1011111010100000101010001000011100011001101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA054; }

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

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

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

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

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

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

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

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