#BE8A59

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

Shades of Twine #BE8A59

Tints of Twine #BE8A59

Color information

#BE8A59 (or 0xBE8A59) is unknown color: approx Twine. HEX triplet: BE, 8A and 59. RGB value is (190,138,89). Sum of RGB (Red+Green+Blue) = 190+138+89=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A59 is #4175A6. Grayscale: #949494. Windows color (decimal): -4289959 or 5868222. OLE color: 5868222.

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

Color convert

RGB19013889-
CMYK00.270.530.25
HSL29.11º43.72%54.71%-
HSV(B)29.11º53.16%74.51%-
XYZ32.1329.8513.52-
YUV147.9694.73157.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=45.56%
G=33.09%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901388900.270.530.2529.1143.7254.71
HexBE8A5901B35191d2c37
Octal2762121310336531355467
Binary101111101000101010110010110111101011100111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A59; }

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

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

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

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

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

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

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

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