#BE8D51

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

Shades of Twine #BE8D51

Tints of Twine #BE8D51

Color information

#BE8D51 (or 0xBE8D51) is unknown color: approx Twine. HEX triplet: BE, 8D and 51. RGB value is (190,141,81). Sum of RGB (Red+Green+Blue) = 190+141+81=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D51 is #4172AE. Grayscale: #959595. Windows color (decimal): -4289199 or 5344702. OLE color: 5344702.

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

Color convert

RGB19014181-
CMYK00.260.570.25
HSL33.03º45.61%53.14%-
HSV(B)33.03º57.37%74.51%-
XYZ32.2530.5911.99-
YUV148.8189.73157.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=46.12%
G=34.22%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901418100.260.570.2533.0345.6153.14
HexBE8D5101A3919212e35
Octal2762151210327131415665
Binary1011111010001101101000101101011100111001100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D51; }

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

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

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

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

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

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

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

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