#B8610D

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

Shades of Tenne (Tawny) #B8610D

Tints of Tenne (Tawny) #B8610D

Color information

#B8610D (or 0xB8610D) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 61 and 0D. RGB value is (184,97,13). Sum of RGB (Red+Green+Blue) = 184+97+13=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B8610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8610D is #479EF2. Grayscale: #717171. Windows color (decimal): -4693747 or 876984. OLE color: 876984.

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

Color convert

RGB1849713-
CMYK00.470.930.28
HSL29.47º86.8%38.63%-
HSV(B)29.47º92.93%72.16%-
XYZ24.1118.772.73-
YUV113.4471.32178.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.59%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 13 (5.47% from 255) = 4.42%
R=62.59%
G=32.99%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184971300.470.930.2829.4786.838.63
HexB861D02F5D1C1d5727
Octal27014115057135343512747
Binary10111000110000111010101111101110111100111011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8610D; }

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

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

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

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

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

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

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

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