Shades of Tenne (Tawny) #B96002
Tints of Tenne (Tawny) #B96002
RGB
CMYK
RGB Variations
Color information
#B96002 (or 0xB96002) is known color: Tenne (Tawny). HEX triplet: B9, 60 and 02. RGB value is (185,96,2). Sum of RGB (Red+Green+Blue) = 185+96+2=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B96002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96002 is #469FFD. Grayscale: #707070. Windows color (decimal): -4628478 or 155833. OLE color: 155833.
HSL color Cylindrical-coordinate representation of color #B96002: hue angle of 30.82º 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 #B96002 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 96 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.27 |
| HSL | 30.82º | 0.98% | 0.37% | - |
| HSV(B) | 30.82º | 0.99% | 0.73% | - |
| XYZ | 24.2 | 18.68 | 2.39 | - |
| YUV | 111.9 | 65.99 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 2 | 0 | 0.48 | 0.99 | 0.27 | 30.82 | 0.98 | 0.37 |
| Hex | B9 | 60 | 2 | 0 | 30 | 63 | 1B | 1F | 62 | 25 |
| Octal | 271 | 140 | 2 | 0 | 60 | 143 | 33 | 37 | 142 | 45 |
| Binary | 10111001 | 1100000 | 10 | 0 | 110000 | 1100011 | 11011 | 11111 | 1100010 | 100101 |
Color Harmonies of #B96002
Complementary color
Monochromatic Colors of #B96002
Black with #B96002
Text Example
Text Example
White with #B96002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96002; }
p { color: rgb(185,96,2); }
H1.HeaderClassName
{
color: #B96002;
}
.AnyTagClassName
{
color: #B96002;
}
</style>
background-color css
<style>
a { background-color: #B96002; }
a { background-color: rgb(185,96,2); }
div.DivClassName
{
background-color: #B96002;
}
.BgClassName
{
background-color: #B96002;
}
</style>
border-color css
<style>
span { border-color: #B96002; }
span { border-color: rgb(185,96,2); }
td.TdClassName
{
border-color: #B96002;
}
.TagClassName
{
border-color: #B96002;
}
</style>