Shades of Tenne (Tawny) #B96100
Tints of Tenne (Tawny) #B96100
RGB
CMYK
RGB Variations
Color information
#B96100 (or 0xB96100) is known color: Tenne (Tawny). HEX triplet: B9, 61 and 00. RGB value is (185,97,0). Sum of RGB (Red+Green+Blue) = 185+97+0=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B96100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96100 is #469EFF. Grayscale: #707070. Windows color (decimal): -4628224 or 25017. OLE color: 25017.
HSL color Cylindrical-coordinate representation of color #B96100: hue angle of 31.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B96100 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 97 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.27 |
| HSL | 31.46º | 1% | 0.36% | - |
| HSV(B) | 31.46º | 1% | 0.73% | - |
| XYZ | 24.28 | 18.86 | 2.36 | - |
| YUV | 112.25 | 64.65 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 0 | 0 | 0.48 | 1 | 0.27 | 31.46 | 1 | 0.36 |
| Hex | B9 | 61 | 0 | 0 | 30 | 64 | 1B | 1F | 64 | 24 |
| Octal | 271 | 141 | 0 | 0 | 60 | 144 | 33 | 37 | 144 | 44 |
| Binary | 10111001 | 1100001 | 0 | 0 | 110000 | 1100100 | 11011 | 11111 | 1100100 | 100100 |
Color Harmonies of #B96100
Complementary color
Monochromatic Colors of #B96100
Black with #B96100
Text Example
Text Example
White with #B96100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96100; }
p { color: rgb(185,97,0); }
H1.HeaderClassName
{
color: #B96100;
}
.AnyTagClassName
{
color: #B96100;
}
</style>
background-color css
<style>
a { background-color: #B96100; }
a { background-color: rgb(185,97,0); }
div.DivClassName
{
background-color: #B96100;
}
.BgClassName
{
background-color: #B96100;
}
</style>
border-color css
<style>
span { border-color: #B96100; }
span { border-color: rgb(185,97,0); }
td.TdClassName
{
border-color: #B96100;
}
.TagClassName
{
border-color: #B96100;
}
</style>