#BE8353

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

Shades of Twine #BE8353

Tints of Twine #BE8353

Color information

#BE8353 (or 0xBE8353) is unknown color: approx Twine. HEX triplet: BE, 83 and 53. RGB value is (190,131,83). Sum of RGB (Red+Green+Blue) = 190+131+83=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8353 is #417CAC. Grayscale: #8F8F8F. Windows color (decimal): -4291757 or 5473214. OLE color: 5473214.

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

Color convert

RGB19013183-
CMYK00.310.560.25
HSL26.92º45.15%53.53%-
HSV(B)26.92º56.32%74.51%-
XYZ30.9127.811.92-
YUV143.1794.05161.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 83 (32.81% from 255) = 20.54%
R=47.03%
G=32.43%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901318300.310.560.2526.9245.1553.53
HexBE835301F38191b2d36
Octal2762031230377031335566
Binary101111101000001110100110111111110001100111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8353; }

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

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

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

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

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

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

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

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