#BE8C51

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

Shades of Twine #BE8C51

Tints of Twine #BE8C51

Color information

#BE8C51 (or 0xBE8C51) is unknown color: approx Twine. HEX triplet: BE, 8C and 51. RGB value is (190,140,81). Sum of RGB (Red+Green+Blue) = 190+140+81=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C51 is #4173AE. Grayscale: #949494. Windows color (decimal): -4289455 or 5344446. OLE color: 5344446.

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

Color convert

RGB19014081-
CMYK00.260.570.25
HSL32.48º45.61%53.14%-
HSV(B)32.48º57.37%74.51%-
XYZ32.130.311.94-
YUV148.2290.06157.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 81 (32.03% from 255) = 19.71%
R=46.23%
G=34.06%
B=19.71%

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
Decimal1901408100.260.570.2532.4845.6153.14
HexBE8C5101A3919202e35
Octal2762141210327131405665
Binary1011111010001100101000101101011100111001100000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C51; }

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

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

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

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

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

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

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

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