#BEAB56

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

Shades of Sundance #BEAB56

Tints of Sundance #BEAB56

Color information

#BEAB56 (or 0xBEAB56) is unknown color: approx Sundance. HEX triplet: BE, AB and 56. RGB value is (190,171,86). Sum of RGB (Red+Green+Blue) = 190+171+86=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB56 is #4154A9. Grayscale: #A7A7A7. Windows color (decimal): -4281514 or 5680062. OLE color: 5680062.

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

Color convert

RGB19017186-
CMYK00.100.550.25
HSL49.04º44.44%54.12%-
HSV(B)49.04º54.74%74.51%-
XYZ37.4840.7414.69-
YUV166.9982.29144.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 86 (33.98% from 255) = 19.24%
R=42.51%
G=38.26%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901718600.100.550.2549.0444.4454.12
HexBEAB560A3719312c36
Octal2762531260126731615466
Binary101111101010101110101100101011011111001110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB56; }

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

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

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

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

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

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

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

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