#BE8559

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

Shades of Twine #BE8559

Tints of Twine #BE8559

Color information

#BE8559 (or 0xBE8559) is unknown color: approx Twine. HEX triplet: BE, 85 and 59. RGB value is (190,133,89). Sum of RGB (Red+Green+Blue) = 190+133+89=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8559 is #417AA6. Grayscale: #919191. Windows color (decimal): -4291239 or 5866942. OLE color: 5866942.

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

Color convert

RGB19013389-
CMYK00.30.530.25
HSL26.14º43.72%54.71%-
HSV(B)26.14º53.16%74.51%-
XYZ31.4328.4413.29-
YUV145.0396.38160.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 89 (35.16% from 255) = 21.60%
R=46.12%
G=32.28%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901338900.30.530.2526.1443.7254.71
HexBE855901E35191a2c37
Octal2762051310366531325467
Binary101111101000010110110010111101101011100111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8559; }

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

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

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

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

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

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

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

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