#BE8C58

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

Shades of Twine #BE8C58

Tints of Twine #BE8C58

Color information

#BE8C58 (or 0xBE8C58) is unknown color: approx Twine. HEX triplet: BE, 8C and 58. RGB value is (190,140,88). Sum of RGB (Red+Green+Blue) = 190+140+88=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C58 is #4173A7. Grayscale: #959595. Windows color (decimal): -4289448 or 5803198. OLE color: 5803198.

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

Color convert

RGB19014088-
CMYK00.260.540.25
HSL30.59º43.97%54.51%-
HSV(B)30.59º53.68%74.51%-
XYZ32.3730.4113.4-
YUV149.0293.56157.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=45.45%
G=33.49%
B=21.05%

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
Decimal1901408800.260.540.2530.5943.9754.51
HexBE8C5801A36191f2c37
Octal2762141300326631375467
Binary101111101000110010110000110101101101100111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C58; }

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

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

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

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

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

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

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

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