#BE8E60

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

Shades of Twine #BE8E60

Tints of Twine #BE8E60

Color information

#BE8E60 (or 0xBE8E60) is unknown color: approx Twine. HEX triplet: BE, 8E and 60. RGB value is (190,142,96). Sum of RGB (Red+Green+Blue) = 190+142+96=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E60 is #41719F. Grayscale: #979797. Windows color (decimal): -4288928 or 6327998. OLE color: 6327998.

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

Color convert

RGB19014296-
CMYK00.250.490.25
HSL29.36º41.96%56.08%-
HSV(B)29.36º49.47%74.51%-
XYZ33.0231.1415.34-
YUV151.1196.9155.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=44.39%
G=33.18%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901429600.250.490.2529.3641.9656.08
HexBE8E6001931191d2a38
Octal2762161400316131355270
Binary101111101000111011000000110011100011100111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E60; }

 p { color: rgb(190,142,96); }

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

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

 a { background-color: rgb(190,142,96); }

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

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

 span { border-color: rgb(190,142,96); }

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