#BE895D

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

Shades of Twine #BE895D

Tints of Twine #BE895D

Color information

#BE895D (or 0xBE895D) is unknown color: approx Twine. HEX triplet: BE, 89 and 5D. RGB value is (190,137,93). Sum of RGB (Red+Green+Blue) = 190+137+93=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE895D is #4176A2. Grayscale: #949494. Windows color (decimal): -4290211 or 6130110. OLE color: 6130110.

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

Color convert

RGB19013793-
CMYK00.280.510.25
HSL27.22º42.73%55.49%-
HSV(B)27.22º51.05%74.51%-
XYZ32.1629.6314.38-
YUV147.8397.06158.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=45.24%
G=32.62%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901379300.280.510.2527.2242.7355.49
HexBE895D01C33191b2b37
Octal2762111350346331335367
Binary101111101000100110111010111001100111100111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE895D; }

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

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

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

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

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

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

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

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