#BE8E53

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

Shades of Twine #BE8E53

Tints of Twine #BE8E53

Color information

#BE8E53 (or 0xBE8E53) is unknown color: approx Twine. HEX triplet: BE, 8E and 53. RGB value is (190,142,83). Sum of RGB (Red+Green+Blue) = 190+142+83=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E53 is #4171AC. Grayscale: #959595. Windows color (decimal): -4288941 or 5476030. OLE color: 5476030.

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

Color convert

RGB19014283-
CMYK00.250.560.25
HSL33.08º45.15%53.53%-
HSV(B)33.08º56.32%74.51%-
XYZ32.4730.9212.44-
YUV149.6390.4156.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 83 (32.81% from 255) = 20%
R=45.78%
G=34.22%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901428300.250.560.2533.0845.1553.53
HexBE8E530193819212d36
Octal2762161230317031415566
Binary1011111010001110101001101100111100011001100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E53; }

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

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

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

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

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

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

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

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