Shades of Tenne (Tawny) #B95901
Tints of Tenne (Tawny) #B95901
RGB
CMYK
RGB Variations
Color information
#B95901 (or 0xB95901) is known color: Tenne (Tawny). HEX triplet: B9, 59 and 01. RGB value is (185,89,1). Sum of RGB (Red+Green+Blue) = 185+89+1=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B95901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95901 is #46A6FE. Grayscale: #6C6C6C. Windows color (decimal): -4630271 or 88505. OLE color: 88505.
HSL color Cylindrical-coordinate representation of color #B95901: hue angle of 28.7º 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 #B95901 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.27 |
| HSL | 28.7º | 0.99% | 0.36% | - |
| HSV(B) | 28.7º | 0.99% | 0.73% | - |
| XYZ | 23.59 | 17.46 | 2.16 | - |
| YUV | 107.67 | 67.8 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 1 | 0 | 0.52 | 0.99 | 0.27 | 28.7 | 0.99 | 0.36 |
| Hex | B9 | 59 | 1 | 0 | 34 | 63 | 1B | 1D | 63 | 24 |
| Octal | 271 | 131 | 1 | 0 | 64 | 143 | 33 | 35 | 143 | 44 |
| Binary | 10111001 | 1011001 | 1 | 0 | 110100 | 1100011 | 11011 | 11101 | 1100011 | 100100 |
Color Harmonies of #B95901
Complementary color
Monochromatic Colors of #B95901
Black with #B95901
Text Example
Text Example
White with #B95901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95901; }
p { color: rgb(185,89,1); }
H1.HeaderClassName
{
color: #B95901;
}
.AnyTagClassName
{
color: #B95901;
}
</style>
background-color css
<style>
a { background-color: #B95901; }
a { background-color: rgb(185,89,1); }
div.DivClassName
{
background-color: #B95901;
}
.BgClassName
{
background-color: #B95901;
}
</style>
border-color css
<style>
span { border-color: #B95901; }
span { border-color: rgb(185,89,1); }
td.TdClassName
{
border-color: #B95901;
}
.TagClassName
{
border-color: #B95901;
}
</style>