#BEAB57

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

Shades of Sundance #BEAB57

Tints of Sundance #BEAB57

Color information

#BEAB57 (or 0xBEAB57) is unknown color: approx Sundance. HEX triplet: BE, AB and 57. RGB value is (190,171,87). Sum of RGB (Red+Green+Blue) = 190+171+87=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB57 is #4154A8. Grayscale: #A7A7A7. Windows color (decimal): -4281513 or 5745598. OLE color: 5745598.

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

Color convert

RGB19017187-
CMYK00.100.540.25
HSL48.93º44.21%54.31%-
HSV(B)48.93º54.21%74.51%-
XYZ37.5240.7614.91-
YUV167.182.79144.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 87 (34.38% from 255) = 19.42%
R=42.41%
G=38.17%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901718700.100.540.2548.9344.2154.31
HexBEAB570A3619312c36
Octal2762531270126631615466
Binary101111101010101110101110101011011011001110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB57; }

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

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

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

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

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

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

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

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