#BE8D62

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

Shades of Twine #BE8D62

Tints of Twine #BE8D62

Color information

#BE8D62 (or 0xBE8D62) is unknown color: approx Twine. HEX triplet: BE, 8D and 62. RGB value is (190,141,98). Sum of RGB (Red+Green+Blue) = 190+141+98=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D62 is #41729D. Grayscale: #969696. Windows color (decimal): -4289182 or 6458814. OLE color: 6458814.

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

Color convert

RGB19014198-
CMYK00.260.480.25
HSL28.04º41.44%56.47%-
HSV(B)28.04º48.42%74.51%-
XYZ32.9630.8815.78-
YUV150.7598.23156-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=44.29%
G=32.87%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901419800.260.480.2528.0441.4456.47
HexBE8D6201A30191c2938
Octal2762151420326031345170
Binary101111101000110111000100110101100001100111100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D62; }

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

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

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

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

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

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

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

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