Shades of Tenne (Tawny) #B96901
Tints of Tenne (Tawny) #B96901
RGB
CMYK
RGB Variations
Color information
#B96901 (or 0xB96901) is known color: Tenne (Tawny). HEX triplet: B9, 69 and 01. RGB value is (185,105,1). Sum of RGB (Red+Green+Blue) = 185+105+1=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B96901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96901 is #4696FE. Grayscale: #757575. Windows color (decimal): -4626175 or 92601. OLE color: 92601.
HSL color Cylindrical-coordinate representation of color #B96901: hue angle of 33.91º 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 #B96901 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.27 |
| HSL | 33.91º | 0.99% | 0.36% | - |
| HSV(B) | 33.91º | 0.99% | 0.73% | - |
| XYZ | 25.06 | 20.42 | 2.65 | - |
| YUV | 117.06 | 62.5 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 1 | 0 | 0.43 | 0.99 | 0.27 | 33.91 | 0.99 | 0.36 |
| Hex | B9 | 69 | 1 | 0 | 2B | 63 | 1B | 22 | 63 | 24 |
| Octal | 271 | 151 | 1 | 0 | 53 | 143 | 33 | 42 | 143 | 44 |
| Binary | 10111001 | 1101001 | 1 | 0 | 101011 | 1100011 | 11011 | 100010 | 1100011 | 100100 |
Color Harmonies of #B96901
Complementary color
Monochromatic Colors of #B96901
Black with #B96901
Text Example
Text Example
White with #B96901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96901; }
p { color: rgb(185,105,1); }
H1.HeaderClassName
{
color: #B96901;
}
.AnyTagClassName
{
color: #B96901;
}
</style>
background-color css
<style>
a { background-color: #B96901; }
a { background-color: rgb(185,105,1); }
div.DivClassName
{
background-color: #B96901;
}
.BgClassName
{
background-color: #B96901;
}
</style>
border-color css
<style>
span { border-color: #B96901; }
span { border-color: rgb(185,105,1); }
td.TdClassName
{
border-color: #B96901;
}
.TagClassName
{
border-color: #B96901;
}
</style>