#BE865D

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

Shades of Twine #BE865D

Tints of Twine #BE865D

Color information

#BE865D (or 0xBE865D) is unknown color: approx Twine. HEX triplet: BE, 86 and 5D. RGB value is (190,134,93). Sum of RGB (Red+Green+Blue) = 190+134+93=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE865D is #4179A2. Grayscale: #929292. Windows color (decimal): -4290979 or 6129342. OLE color: 6129342.

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

Color convert

RGB19013493-
CMYK00.290.510.25
HSL25.36º42.73%55.49%-
HSV(B)25.36º51.05%74.51%-
XYZ31.7428.7914.24-
YUV146.0798.05159.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=45.56%
G=32.13%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901349300.290.510.2525.3642.7355.49
HexBE865D01D3319192b37
Octal2762061350356331315367
Binary101111101000011010111010111011100111100111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE865D; }

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

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

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

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

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

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

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

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