#BE590E

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

Shades of Tenne (Tawny) #BE590E

Tints of Tenne (Tawny) #BE590E

Color information

#BE590E (or 0xBE590E) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 59 and 0E. RGB value is (190,89,14). Sum of RGB (Red+Green+Blue) = 190+89+14=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE590E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE590E is #41A6F1. Grayscale: #6F6F6F. Windows color (decimal): -4302578 or 940478. OLE color: 940478.

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

Color convert

RGB1908914-
CMYK00.530.930.25
HSL25.57º86.27%40%-
HSV(B)25.57º92.63%74.51%-
XYZ24.8918.122.6-
YUV110.6573.46184.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.85%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 14 (5.86% from 255) = 4.78%
R=64.85%
G=30.38%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190891400.530.930.2525.5786.2740
HexBE59E0355D191a5628
Octal27613116065135313212650
Binary10111110101100111100110101101110111001110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE590E; }

 p { color: rgb(190,89,14); }

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

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

 a { background-color: rgb(190,89,14); }

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

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

 span { border-color: rgb(190,89,14); }

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