#BE5914

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

Shades of Tenne (Tawny) #BE5914

Tints of Tenne (Tawny) #BE5914

Color information

#BE5914 (or 0xBE5914) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 59 and 14. RGB value is (190,89,20). Sum of RGB (Red+Green+Blue) = 190+89+20=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5914 is #41A6EB. Grayscale: #6F6F6F. Windows color (decimal): -4302572 or 1333694. OLE color: 1333694.

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

Color convert

RGB1908920-
CMYK00.530.890.25
HSL24.35º80.95%41.18%-
HSV(B)24.35º89.47%74.51%-
XYZ24.9318.142.85-
YUV111.3376.46184.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.55%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 20 (8.20% from 255) = 6.69%
R=63.55%
G=29.77%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190892000.530.890.2524.3580.9541.18
HexBE59140355919185129
Octal27613124065131313012151
Binary101111101011001101000110101101100111001110001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5914; }

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

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

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

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

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

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

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

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