Shades of Tenne (Tawny) #B96A04
Tints of Tenne (Tawny) #B96A04
RGB
CMYK
RGB Variations
Color information
#B96A04 (or 0xB96A04) is known color: Tenne (Tawny). HEX triplet: B9, 6A and 04. RGB value is (185,106,4). Sum of RGB (Red+Green+Blue) = 185+106+4=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A04 is #4695FB. Grayscale: #767676. Windows color (decimal): -4625916 or 289465. OLE color: 289465.
HSL color Cylindrical-coordinate representation of color #B96A04: hue angle of 33.81º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B96A04 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.27 |
| HSL | 33.81º | 0.96% | 0.37% | - |
| HSV(B) | 33.81º | 0.98% | 0.73% | - |
| XYZ | 25.18 | 20.63 | 2.77 | - |
| YUV | 117.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 4 | 0 | 0.43 | 0.98 | 0.27 | 33.81 | 0.96 | 0.37 |
| Hex | B9 | 6A | 4 | 0 | 2B | 62 | 1B | 22 | 60 | 25 |
| Octal | 271 | 152 | 4 | 0 | 53 | 142 | 33 | 42 | 140 | 45 |
| Binary | 10111001 | 1101010 | 100 | 0 | 101011 | 1100010 | 11011 | 100010 | 1100000 | 100101 |
Color Harmonies of #B96A04
Complementary color
Monochromatic Colors of #B96A04
Black with #B96A04
Text Example
Text Example
White with #B96A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A04; }
p { color: rgb(185,106,4); }
H1.HeaderClassName
{
color: #B96A04;
}
.AnyTagClassName
{
color: #B96A04;
}
</style>
background-color css
<style>
a { background-color: #B96A04; }
a { background-color: rgb(185,106,4); }
div.DivClassName
{
background-color: #B96A04;
}
.BgClassName
{
background-color: #B96A04;
}
</style>
border-color css
<style>
span { border-color: #B96A04; }
span { border-color: rgb(185,106,4); }
td.TdClassName
{
border-color: #B96A04;
}
.TagClassName
{
border-color: #B96A04;
}
</style>