#BE660E

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

Shades of Tenne (Tawny) #BE660E

Tints of Tenne (Tawny) #BE660E

Color information

#BE660E (or 0xBE660E) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 66 and 0E. RGB value is (190,102,14). Sum of RGB (Red+Green+Blue) = 190+102+14=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE660E is #4199F1. Grayscale: #767676. Windows color (decimal): -4299250 or 943806. OLE color: 943806.

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

Color convert

RGB19010214-
CMYK00.460.930.25
HSL30º86.27%40%-
HSV(B)30º92.63%74.51%-
XYZ26.0720.482.99-
YUV118.2869.15179.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.09%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 4.58%
R=62.09%
G=33.33%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901021400.460.930.253086.2740
HexBE66E02E5D191e5628
Octal27614616056135313612650
Binary10111110110011011100101110101110111001111101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE660E; }

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

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

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

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

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

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

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

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