#BEA656

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

Shades of Sundance #BEA656

Tints of Sundance #BEA656

Color information

#BEA656 (or 0xBEA656) is unknown color: approx Sundance. HEX triplet: BE, A6 and 56. RGB value is (190,166,86). Sum of RGB (Red+Green+Blue) = 190+166+86=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA656 is #4159A9. Grayscale: #A4A4A4. Windows color (decimal): -4282794 or 5678782. OLE color: 5678782.

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

Color convert

RGB19016686-
CMYK00.130.550.25
HSL46.15º44.44%54.12%-
HSV(B)46.15º54.74%74.51%-
XYZ36.5538.8914.38-
YUV164.0683.95146.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=42.99%
G=37.56%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901668600.130.550.2546.1544.4454.12
HexBEA6560D37192e2c36
Octal2762461260156731565466
Binary101111101010011010101100110111011111001101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA656; }

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

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

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

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

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

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

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

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