#BE5A0E

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

Shades of Tenne (Tawny) #BE5A0E

Tints of Tenne (Tawny) #BE5A0E

Color information

#BE5A0E (or 0xBE5A0E) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 5A and 0E. RGB value is (190,90,14). Sum of RGB (Red+Green+Blue) = 190+90+14=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5A0E is #41A5F1. Grayscale: #6F6F6F. Windows color (decimal): -4302322 or 940734. OLE color: 940734.

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

Color convert

RGB1909014-
CMYK00.530.930.25
HSL25.91º86.27%40%-
HSV(B)25.91º92.63%74.51%-
XYZ24.9718.292.63-
YUV111.2473.13184.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.63%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 14 (5.86% from 255) = 4.76%
R=64.63%
G=30.61%
B=4.76%

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
Decimal190901400.530.930.2525.9186.2740
HexBE5AE0355D191a5628
Octal27613216065135313212650
Binary10111110101101011100110101101110111001110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A0E; }

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

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

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

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

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

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

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

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