#BE9059

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

Shades of Twine #BE9059

Tints of Twine #BE9059

Color information

#BE9059 (or 0xBE9059) is unknown color: approx Twine. HEX triplet: BE, 90 and 59. RGB value is (190,144,89). Sum of RGB (Red+Green+Blue) = 190+144+89=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9059 is #416FA6. Grayscale: #979797. Windows color (decimal): -4288423 or 5869758. OLE color: 5869758.

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

Color convert

RGB19014489-
CMYK00.240.530.25
HSL32.67º43.72%54.71%-
HSV(B)32.67º53.16%74.51%-
XYZ33.0131.6113.81-
YUV151.4892.74155.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=44.92%
G=34.04%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901448900.240.530.2532.6743.7254.71
HexBE90590183519212c37
Octal2762201310306531415467
Binary1011111010010000101100101100011010111001100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9059; }

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

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

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

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

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

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

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

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