#BE8959

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

Shades of Twine #BE8959

Tints of Twine #BE8959

Color information

#BE8959 (or 0xBE8959) is unknown color: approx Twine. HEX triplet: BE, 89 and 59. RGB value is (190,137,89). Sum of RGB (Red+Green+Blue) = 190+137+89=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8959 is #4176A6. Grayscale: #939393. Windows color (decimal): -4290215 or 5867966. OLE color: 5867966.

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

Color convert

RGB19013789-
CMYK00.280.530.25
HSL28.51º43.72%54.71%-
HSV(B)28.51º53.16%74.51%-
XYZ31.9829.5613.47-
YUV147.3895.06158.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=45.67%
G=32.93%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901378900.280.530.2528.5143.7254.71
HexBE895901C35191d2c37
Octal2762111310346531355467
Binary101111101000100110110010111001101011100111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8959; }

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

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

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

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

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

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

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

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