Shades of Tenne (Tawny) #B96503
Tints of Tenne (Tawny) #B96503
RGB
CMYK
RGB Variations
Color information
#B96503 (or 0xB96503) is known color: Tenne (Tawny). HEX triplet: B9, 65 and 03. RGB value is (185,101,3). Sum of RGB (Red+Green+Blue) = 185+101+3=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B96503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96503 is #469AFC. Grayscale: #737373. Windows color (decimal): -4627197 or 222649. OLE color: 222649.
HSL color Cylindrical-coordinate representation of color #B96503: hue angle of 32.31º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B96503 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.27 |
| HSL | 32.31º | 0.97% | 0.37% | - |
| HSV(B) | 32.31º | 0.98% | 0.73% | - |
| XYZ | 24.68 | 19.63 | 2.57 | - |
| YUV | 114.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 3 | 0 | 0.45 | 0.98 | 0.27 | 32.31 | 0.97 | 0.37 |
| Hex | B9 | 65 | 3 | 0 | 2D | 62 | 1B | 20 | 61 | 25 |
| Octal | 271 | 145 | 3 | 0 | 55 | 142 | 33 | 40 | 141 | 45 |
| Binary | 10111001 | 1100101 | 11 | 0 | 101101 | 1100010 | 11011 | 100000 | 1100001 | 100101 |
Color Harmonies of #B96503
Complementary color
Monochromatic Colors of #B96503
Black with #B96503
Text Example
Text Example
White with #B96503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96503; }
p { color: rgb(185,101,3); }
H1.HeaderClassName
{
color: #B96503;
}
.AnyTagClassName
{
color: #B96503;
}
</style>
background-color css
<style>
a { background-color: #B96503; }
a { background-color: rgb(185,101,3); }
div.DivClassName
{
background-color: #B96503;
}
.BgClassName
{
background-color: #B96503;
}
</style>
border-color css
<style>
span { border-color: #B96503; }
span { border-color: rgb(185,101,3); }
td.TdClassName
{
border-color: #B96503;
}
.TagClassName
{
border-color: #B96503;
}
</style>