#BE8159

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

Shades of Twine #BE8159

Tints of Twine #BE8159

Color information

#BE8159 (or 0xBE8159) is unknown color: approx Twine. HEX triplet: BE, 81 and 59. RGB value is (190,129,89). Sum of RGB (Red+Green+Blue) = 190+129+89=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8159 is #417EA6. Grayscale: #8E8E8E. Windows color (decimal): -4292263 or 5865918. OLE color: 5865918.

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

Color convert

RGB19012989-
CMYK00.320.530.25
HSL23.76º43.72%54.71%-
HSV(B)23.76º53.16%74.51%-
XYZ30.8927.3713.11-
YUV142.6897.71161.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 89 (35.16% from 255) = 21.81%
R=46.57%
G=31.62%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901298900.320.530.2523.7643.7254.71
HexBE81590203519182c37
Octal2762011310406531305467
Binary1011111010000001101100101000001101011100111000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8159; }

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

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

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

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

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

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

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

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