#BE8D60

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

Shades of Twine #BE8D60

Tints of Twine #BE8D60

Color information

#BE8D60 (or 0xBE8D60) is unknown color: approx Twine. HEX triplet: BE, 8D and 60. RGB value is (190,141,96). Sum of RGB (Red+Green+Blue) = 190+141+96=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D60 is #41729F. Grayscale: #969696. Windows color (decimal): -4289184 or 6327742. OLE color: 6327742.

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

Color convert

RGB19014196-
CMYK00.260.490.25
HSL28.72º41.96%56.08%-
HSV(B)28.72º49.47%74.51%-
XYZ32.8730.8415.29-
YUV150.5297.23156.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=44.50%
G=33.02%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901419600.260.490.2528.7241.9656.08
HexBE8D6001A31191d2a38
Octal2762151400326131355270
Binary101111101000110111000000110101100011100111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D60; }

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

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

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

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

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

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

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

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