#BE6210

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

Shades of Tenne (Tawny) #BE6210

Tints of Tenne (Tawny) #BE6210

Color information

#BE6210 (or 0xBE6210) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 62 and 10. RGB value is (190,98,16). Sum of RGB (Red+Green+Blue) = 190+98+16=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6210 is #419DEF. Grayscale: #747474. Windows color (decimal): -4300272 or 1073854. OLE color: 1073854.

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

Color convert

RGB1909816-
CMYK00.480.920.25
HSL28.28º84.47%40.39%-
HSV(B)28.28º91.58%74.51%-
XYZ25.719.722.94-
YUV116.1671.48180.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 16 (6.64% from 255) = 5.26%
R=62.5%
G=32.24%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190981600.480.920.2528.2884.4740.39
HexBE62100305C191c5428
Octal27614220060134313412450
Binary101111101100010100000110000101110011001111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6210; }

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

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

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

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

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

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

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

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