Shades of Tenne (Tawny) #B95101
Tints of Tenne (Tawny) #B95101
RGB
CMYK
RGB Variations
Color information
#B95101 (or 0xB95101) is known color: Tenne (Tawny). HEX triplet: B9, 51 and 01. RGB value is (185,81,1). Sum of RGB (Red+Green+Blue) = 185+81+1=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B95101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95101 is #46AEFE. Grayscale: #676767. Windows color (decimal): -4632319 or 86457. OLE color: 86457.
HSL color Cylindrical-coordinate representation of color #B95101: hue angle of 26.09º 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 #B95101 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.27 |
| HSL | 26.09º | 0.99% | 0.36% | - |
| HSV(B) | 26.09º | 0.99% | 0.73% | - |
| XYZ | 22.96 | 16.2 | 1.95 | - |
| YUV | 102.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 1 | 0 | 0.56 | 0.99 | 0.27 | 26.09 | 0.99 | 0.36 |
| Hex | B9 | 51 | 1 | 0 | 38 | 63 | 1B | 1A | 63 | 24 |
| Octal | 271 | 121 | 1 | 0 | 70 | 143 | 33 | 32 | 143 | 44 |
| Binary | 10111001 | 1010001 | 1 | 0 | 111000 | 1100011 | 11011 | 11010 | 1100011 | 100100 |
Color Harmonies of #B95101
Complementary color
Monochromatic Colors of #B95101
Black with #B95101
Text Example
Text Example
White with #B95101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95101; }
p { color: rgb(185,81,1); }
H1.HeaderClassName
{
color: #B95101;
}
.AnyTagClassName
{
color: #B95101;
}
</style>
background-color css
<style>
a { background-color: #B95101; }
a { background-color: rgb(185,81,1); }
div.DivClassName
{
background-color: #B95101;
}
.BgClassName
{
background-color: #B95101;
}
</style>
border-color css
<style>
span { border-color: #B95101; }
span { border-color: rgb(185,81,1); }
td.TdClassName
{
border-color: #B95101;
}
.TagClassName
{
border-color: #B95101;
}
</style>