#BE8D59

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

Shades of Twine #BE8D59

Tints of Twine #BE8D59

Color information

#BE8D59 (or 0xBE8D59) is unknown color: approx Twine. HEX triplet: BE, 8D and 59. RGB value is (190,141,89). Sum of RGB (Red+Green+Blue) = 190+141+89=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D59 is #4172A6. Grayscale: #959595. Windows color (decimal): -4289191 or 5868990. OLE color: 5868990.

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

Color convert

RGB19014189-
CMYK00.260.530.25
HSL30.89º43.72%54.71%-
HSV(B)30.89º53.16%74.51%-
XYZ32.5630.7213.66-
YUV149.7293.73156.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=45.24%
G=33.57%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901418900.260.530.2530.8943.7254.71
HexBE8D5901A35191f2c37
Octal2762151310326531375467
Binary101111101000110110110010110101101011100111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D59; }

 p { color: rgb(190,141,89); }

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

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

 a { background-color: rgb(190,141,89); }

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

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

 span { border-color: rgb(190,141,89); }

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