Shades of Tenne (Tawny) #B96301
Tints of Tenne (Tawny) #B96301
RGB
CMYK
RGB Variations
Color information
#B96301 (or 0xB96301) is known color: Tenne (Tawny). HEX triplet: B9, 63 and 01. RGB value is (185,99,1). Sum of RGB (Red+Green+Blue) = 185+99+1=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B96301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96301 is #469CFE. Grayscale: #727272. Windows color (decimal): -4627711 or 91065. OLE color: 91065.
HSL color Cylindrical-coordinate representation of color #B96301: hue angle of 31.96º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B96301 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.27 |
| HSL | 31.96º | 0.99% | 0.36% | - |
| HSV(B) | 31.96º | 0.99% | 0.73% | - |
| XYZ | 24.47 | 19.24 | 2.45 | - |
| YUV | 113.54 | 64.49 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 1 | 0 | 0.46 | 0.99 | 0.27 | 31.96 | 0.99 | 0.36 |
| Hex | B9 | 63 | 1 | 0 | 2E | 63 | 1B | 20 | 63 | 24 |
| Octal | 271 | 143 | 1 | 0 | 56 | 143 | 33 | 40 | 143 | 44 |
| Binary | 10111001 | 1100011 | 1 | 0 | 101110 | 1100011 | 11011 | 100000 | 1100011 | 100100 |
Color Harmonies of #B96301
Complementary color
Monochromatic Colors of #B96301
Black with #B96301
Text Example
Text Example
White with #B96301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96301; }
p { color: rgb(185,99,1); }
H1.HeaderClassName
{
color: #B96301;
}
.AnyTagClassName
{
color: #B96301;
}
</style>
background-color css
<style>
a { background-color: #B96301; }
a { background-color: rgb(185,99,1); }
div.DivClassName
{
background-color: #B96301;
}
.BgClassName
{
background-color: #B96301;
}
</style>
border-color css
<style>
span { border-color: #B96301; }
span { border-color: rgb(185,99,1); }
td.TdClassName
{
border-color: #B96301;
}
.TagClassName
{
border-color: #B96301;
}
</style>