#BE8759

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

Shades of Twine #BE8759

Tints of Twine #BE8759

Color information

#BE8759 (or 0xBE8759) is unknown color: approx Twine. HEX triplet: BE, 87 and 59. RGB value is (190,135,89). Sum of RGB (Red+Green+Blue) = 190+135+89=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8759 is #4178A6. Grayscale: #929292. Windows color (decimal): -4290727 or 5867454. OLE color: 5867454.

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

Color convert

RGB19013589-
CMYK00.290.530.25
HSL27.33º43.72%54.71%-
HSV(B)27.33º53.16%74.51%-
XYZ31.72913.38-
YUV146.295.72159.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=45.89%
G=32.61%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901358900.290.530.2527.3343.7254.71
HexBE875901D35191b2c37
Octal2762071310356531335467
Binary101111101000011110110010111011101011100111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8759; }

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

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

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

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

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

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

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

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