#BE865F

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

Shades of Twine #BE865F

Tints of Twine #BE865F

Color information

#BE865F (or 0xBE865F) is unknown color: approx Twine. HEX triplet: BE, 86 and 5F. RGB value is (190,134,95). Sum of RGB (Red+Green+Blue) = 190+134+95=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE865F is #4179A0. Grayscale: #929292. Windows color (decimal): -4290977 or 6260414. OLE color: 6260414.

HSL color Cylindrical-coordinate representation of color #BE865F: hue angle of 24.63º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE865F is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB19013495-
CMYK00.290.50.25
HSL24.63º42.22%55.88%-
HSV(B)24.63º50%74.51%-
XYZ31.8328.8214.71-
YUV146.399.05159.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=45.35%
G=31.98%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901349500.290.50.2524.6342.2255.88
HexBE865F01D3219192a38
Octal2762061370356231315270
Binary101111101000011010111110111011100101100111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE865F; }

 p { color: rgb(190,134,95); }

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

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

 a { background-color: rgb(190,134,95); }

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

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

 span { border-color: rgb(190,134,95); }

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