#BE8357

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

Shades of Twine #BE8357

Tints of Twine #BE8357

Color information

#BE8357 (or 0xBE8357) is unknown color: approx Twine. HEX triplet: BE, 83 and 57. RGB value is (190,131,87). Sum of RGB (Red+Green+Blue) = 190+131+87=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8357 is #417CA8. Grayscale: #8F8F8F. Windows color (decimal): -4291753 or 5735358. OLE color: 5735358.

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

Color convert

RGB19013187-
CMYK00.310.540.25
HSL25.63º44.21%54.31%-
HSV(B)25.63º54.21%74.51%-
XYZ31.0727.8712.76-
YUV143.6296.05161.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=46.57%
G=32.11%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901318700.310.540.2525.6344.2154.31
HexBE835701F36191a2c36
Octal2762031270376631325466
Binary101111101000001110101110111111101101100111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8357; }

 p { color: rgb(190,131,87); }

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

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

 a { background-color: rgb(190,131,87); }

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

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

 span { border-color: rgb(190,131,87); }

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