#BE8D58

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

Shades of Twine #BE8D58

Tints of Twine #BE8D58

Color information

#BE8D58 (or 0xBE8D58) is unknown color: approx Twine. HEX triplet: BE, 8D and 58. RGB value is (190,141,88). Sum of RGB (Red+Green+Blue) = 190+141+88=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D58 is #4172A7. Grayscale: #959595. Windows color (decimal): -4289192 or 5803454. OLE color: 5803454.

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

Color convert

RGB19014188-
CMYK00.260.540.25
HSL31.18º43.97%54.51%-
HSV(B)31.18º53.68%74.51%-
XYZ32.5230.713.44-
YUV149.6193.23156.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 88 (34.77% from 255) = 21.00%
R=45.35%
G=33.65%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901418800.260.540.2531.1843.9754.51
HexBE8D5801A36191f2c37
Octal2762151300326631375467
Binary101111101000110110110000110101101101100111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D58; }

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

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

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

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

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

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

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

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