#B8610E

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

Shades of Tenne (Tawny) #B8610E

Tints of Tenne (Tawny) #B8610E

Color information

#B8610E (or 0xB8610E) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 61 and 0E. RGB value is (184,97,14). Sum of RGB (Red+Green+Blue) = 184+97+14=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8610E is #479EF1. Grayscale: #717171. Windows color (decimal): -4693746 or 942520. OLE color: 942520.

HSL color Cylindrical-coordinate representation of color #B8610E: hue angle of 29.29º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8610E is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB1849714-
CMYK00.470.920.28
HSL29.29º85.86%38.82%-
HSV(B)29.29º92.39%72.16%-
XYZ24.1218.772.77-
YUV113.5571.82178.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.37%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=62.37%
G=32.88%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184971400.470.920.2829.2985.8638.82
HexB861E02F5C1C1d5627
Octal27014116057134343512647
Binary10111000110000111100101111101110011100111011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8610E; }

 p { color: rgb(184,97,14); }

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

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

 a { background-color: rgb(184,97,14); }

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

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

 span { border-color: rgb(184,97,14); }

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