#BE8158

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

Shades of Twine #BE8158

Tints of Twine #BE8158

Color information

#BE8158 (or 0xBE8158) is unknown color: approx Twine. HEX triplet: BE, 81 and 58. RGB value is (190,129,88). Sum of RGB (Red+Green+Blue) = 190+129+88=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8158 is #417EA7. Grayscale: #8E8E8E. Windows color (decimal): -4292264 or 5800382. OLE color: 5800382.

HSL color Cylindrical-coordinate representation of color #BE8158: hue angle of 24.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE8158 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19012988-
CMYK00.320.540.25
HSL24.12º43.97%54.51%-
HSV(B)24.12º53.68%74.51%-
XYZ30.8527.3512.89-
YUV142.5697.21161.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=46.68%
G=31.70%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901298800.320.540.2524.1243.9754.51
HexBE81580203619182c37
Octal2762011300406631305467
Binary1011111010000001101100001000001101101100111000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8158; }

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

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

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

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

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

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

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

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