#BEA954

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

Shades of Sundance #BEA954

Tints of Sundance #BEA954

Color information

#BEA954 (or 0xBEA954) is unknown color: approx Sundance. HEX triplet: BE, A9 and 54. RGB value is (190,169,84). Sum of RGB (Red+Green+Blue) = 190+169+84=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA954 is #4156AB. Grayscale: #A5A5A5. Windows color (decimal): -4282028 or 5548478. OLE color: 5548478.

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

Color convert

RGB19016984-
CMYK00.110.560.25
HSL48.11º44.92%53.73%-
HSV(B)48.11º55.79%74.51%-
XYZ37.0239.9614.15-
YUV165.5981.96145.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=42.89%
G=38.15%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901698400.110.560.2548.1144.9253.73
HexBEA9540B3819302d36
Octal2762511240137031605566
Binary101111101010100110101000101111100011001110000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA954; }

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

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

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

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

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

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

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

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