#BE8861

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

Shades of Twine #BE8861

Tints of Twine #BE8861

Color information

#BE8861 (or 0xBE8861) is unknown color: approx Twine. HEX triplet: BE, 88 and 61. RGB value is (190,136,97). Sum of RGB (Red+Green+Blue) = 190+136+97=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8861 is #41779E. Grayscale: #939393. Windows color (decimal): -4290463 or 6391998. OLE color: 6391998.

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

Color convert

RGB19013697-
CMYK00.280.490.25
HSL25.16º41.7%56.27%-
HSV(B)25.16º48.95%74.51%-
XYZ32.229.4215.29-
YUV147.799.39158.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=44.92%
G=32.15%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901369700.280.490.2525.1641.756.27
HexBE886101C3119192a38
Octal2762101410346131315270
Binary101111101000100011000010111001100011100111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8861; }

 p { color: rgb(190,136,97); }

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

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

 a { background-color: rgb(190,136,97); }

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

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

 span { border-color: rgb(190,136,97); }

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