Shades of Tenne (Tawny) #B86403
Tints of Tenne (Tawny) #B86403
RGB
CMYK
RGB Variations
Color information
#B86403 (or 0xB86403) is known color: Tenne (Tawny). HEX triplet: B8, 64 and 03. RGB value is (184,100,3). Sum of RGB (Red+Green+Blue) = 184+100+3=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B86403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86403 is #479BFC. Grayscale: #727272. Windows color (decimal): -4692989 or 222392. OLE color: 222392.
HSL color Cylindrical-coordinate representation of color #B86403: hue angle of 32.15º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B86403 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.28 |
| HSL | 32.15º | 0.97% | 0.37% | - |
| HSV(B) | 32.15º | 0.98% | 0.72% | - |
| XYZ | 24.34 | 19.31 | 2.53 | - |
| YUV | 114.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 3 | 0 | 0.46 | 0.98 | 0.28 | 32.15 | 0.97 | 0.37 |
| Hex | B8 | 64 | 3 | 0 | 2E | 62 | 1C | 20 | 61 | 25 |
| Octal | 270 | 144 | 3 | 0 | 56 | 142 | 34 | 40 | 141 | 45 |
| Binary | 10111000 | 1100100 | 11 | 0 | 101110 | 1100010 | 11100 | 100000 | 1100001 | 100101 |
Color Harmonies of #B86403
Complementary color
Monochromatic Colors of #B86403
Black with #B86403
Text Example
Text Example
White with #B86403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86403; }
p { color: rgb(184,100,3); }
H1.HeaderClassName
{
color: #B86403;
}
.AnyTagClassName
{
color: #B86403;
}
</style>
background-color css
<style>
a { background-color: #B86403; }
a { background-color: rgb(184,100,3); }
div.DivClassName
{
background-color: #B86403;
}
.BgClassName
{
background-color: #B86403;
}
</style>
border-color css
<style>
span { border-color: #B86403; }
span { border-color: rgb(184,100,3); }
td.TdClassName
{
border-color: #B86403;
}
.TagClassName
{
border-color: #B86403;
}
</style>