#BE620E

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

Shades of Tenne (Tawny) #BE620E

Tints of Tenne (Tawny) #BE620E

Color information

#BE620E (or 0xBE620E) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 62 and 0E. RGB value is (190,98,14). Sum of RGB (Red+Green+Blue) = 190+98+14=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE620E is #419DF1. Grayscale: #747474. Windows color (decimal): -4300274 or 942782. OLE color: 942782.

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

Color convert

RGB1909814-
CMYK00.480.930.25
HSL28.64º86.27%40%-
HSV(B)28.64º92.63%74.51%-
XYZ25.6819.712.87-
YUV115.9370.48180.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 14 (5.86% from 255) = 4.64%
R=62.91%
G=32.45%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190981400.480.930.2528.6486.2740
HexBE62E0305D191d5628
Octal27614216060135313512650
Binary10111110110001011100110000101110111001111011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE620E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE620E; }

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

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

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

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

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

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

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

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