#BEA956

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

Shades of Sundance #BEA956

Tints of Sundance #BEA956

Color information

#BEA956 (or 0xBEA956) is unknown color: approx Sundance. HEX triplet: BE, A9 and 56. RGB value is (190,169,86). Sum of RGB (Red+Green+Blue) = 190+169+86=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA956 is #4156A9. Grayscale: #A6A6A6. Windows color (decimal): -4282026 or 5679550. OLE color: 5679550.

HSL color Cylindrical-coordinate representation of color #BEA956: hue angle of 47.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEA956 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19016986-
CMYK00.110.550.25
HSL47.88º44.44%54.12%-
HSV(B)47.88º54.74%74.51%-
XYZ37.139.9914.57-
YUV165.8282.96145.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=42.70%
G=37.98%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901698600.110.550.2547.8844.4454.12
HexBEA9560B3719302c36
Octal2762511260136731605466
Binary101111101010100110101100101111011111001110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA956; }

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

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

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

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

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

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

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

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