Shades of Tenne (Tawny) #B96001
Tints of Tenne (Tawny) #B96001
RGB
CMYK
RGB Variations
Color information
#B96001 (or 0xB96001) is known color: Tenne (Tawny). HEX triplet: B9, 60 and 01. RGB value is (185,96,1). Sum of RGB (Red+Green+Blue) = 185+96+1=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B96001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96001 is #469FFE. Grayscale: #707070. Windows color (decimal): -4628479 or 90297. OLE color: 90297.
HSL color Cylindrical-coordinate representation of color #B96001: hue angle of 30.98º 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 #B96001 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 96 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.27 |
| HSL | 30.98º | 0.99% | 0.36% | - |
| HSV(B) | 30.98º | 0.99% | 0.73% | - |
| XYZ | 24.2 | 18.68 | 2.36 | - |
| YUV | 111.78 | 65.49 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 1 | 0 | 0.48 | 0.99 | 0.27 | 30.98 | 0.99 | 0.36 |
| Hex | B9 | 60 | 1 | 0 | 30 | 63 | 1B | 1F | 63 | 24 |
| Octal | 271 | 140 | 1 | 0 | 60 | 143 | 33 | 37 | 143 | 44 |
| Binary | 10111001 | 1100000 | 1 | 0 | 110000 | 1100011 | 11011 | 11111 | 1100011 | 100100 |
Color Harmonies of #B96001
Complementary color
Monochromatic Colors of #B96001
Black with #B96001
Text Example
Text Example
White with #B96001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96001; }
p { color: rgb(185,96,1); }
H1.HeaderClassName
{
color: #B96001;
}
.AnyTagClassName
{
color: #B96001;
}
</style>
background-color css
<style>
a { background-color: #B96001; }
a { background-color: rgb(185,96,1); }
div.DivClassName
{
background-color: #B96001;
}
.BgClassName
{
background-color: #B96001;
}
</style>
border-color css
<style>
span { border-color: #B96001; }
span { border-color: rgb(185,96,1); }
td.TdClassName
{
border-color: #B96001;
}
.TagClassName
{
border-color: #B96001;
}
</style>