Shades of Tenne (Tawny) #B96502
Tints of Tenne (Tawny) #B96502
RGB
CMYK
RGB Variations
Color information
#B96502 (or 0xB96502) is known color: Tenne (Tawny). HEX triplet: B9, 65 and 02. RGB value is (185,101,2). Sum of RGB (Red+Green+Blue) = 185+101+2=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B96502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96502 is #469AFD. Grayscale: #737373. Windows color (decimal): -4627198 or 157113. OLE color: 157113.
HSL color Cylindrical-coordinate representation of color #B96502: hue angle of 32.46º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B96502 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.27 |
| HSL | 32.46º | 0.98% | 0.37% | - |
| HSV(B) | 32.46º | 0.99% | 0.73% | - |
| XYZ | 24.67 | 19.63 | 2.55 | - |
| YUV | 114.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 2 | 0 | 0.45 | 0.99 | 0.27 | 32.46 | 0.98 | 0.37 |
| Hex | B9 | 65 | 2 | 0 | 2D | 63 | 1B | 20 | 62 | 25 |
| Octal | 271 | 145 | 2 | 0 | 55 | 143 | 33 | 40 | 142 | 45 |
| Binary | 10111001 | 1100101 | 10 | 0 | 101101 | 1100011 | 11011 | 100000 | 1100010 | 100101 |
Color Harmonies of #B96502
Complementary color
Monochromatic Colors of #B96502
Black with #B96502
Text Example
Text Example
White with #B96502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96502; }
p { color: rgb(185,101,2); }
H1.HeaderClassName
{
color: #B96502;
}
.AnyTagClassName
{
color: #B96502;
}
</style>
background-color css
<style>
a { background-color: #B96502; }
a { background-color: rgb(185,101,2); }
div.DivClassName
{
background-color: #B96502;
}
.BgClassName
{
background-color: #B96502;
}
</style>
border-color css
<style>
span { border-color: #B96502; }
span { border-color: rgb(185,101,2); }
td.TdClassName
{
border-color: #B96502;
}
.TagClassName
{
border-color: #B96502;
}
</style>