Shades of Tenne (Tawny) #B76404
Tints of Tenne (Tawny) #B76404
RGB
CMYK
RGB Variations
Color information
#B76404 (or 0xB76404) is known color: Tenne (Tawny). HEX triplet: B7, 64 and 04. RGB value is (183,100,4). Sum of RGB (Red+Green+Blue) = 183+100+4=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B76404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76404 is #489BFB. Grayscale: #727272. Windows color (decimal): -4758524 or 287927. OLE color: 287927.
HSL color Cylindrical-coordinate representation of color #B76404: hue angle of 32.18º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B76404 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.28 |
| HSL | 32.18º | 0.96% | 0.37% | - |
| HSV(B) | 32.18º | 0.98% | 0.72% | - |
| XYZ | 24.11 | 19.19 | 2.55 | - |
| YUV | 113.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 4 | 0 | 0.45 | 0.98 | 0.28 | 32.18 | 0.96 | 0.37 |
| Hex | B7 | 64 | 4 | 0 | 2D | 62 | 1C | 20 | 60 | 25 |
| Octal | 267 | 144 | 4 | 0 | 55 | 142 | 34 | 40 | 140 | 45 |
| Binary | 10110111 | 1100100 | 100 | 0 | 101101 | 1100010 | 11100 | 100000 | 1100000 | 100101 |
Color Harmonies of #B76404
Complementary color
Monochromatic Colors of #B76404
Black with #B76404
Text Example
Text Example
White with #B76404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76404; }
p { color: rgb(183,100,4); }
H1.HeaderClassName
{
color: #B76404;
}
.AnyTagClassName
{
color: #B76404;
}
</style>
background-color css
<style>
a { background-color: #B76404; }
a { background-color: rgb(183,100,4); }
div.DivClassName
{
background-color: #B76404;
}
.BgClassName
{
background-color: #B76404;
}
</style>
border-color css
<style>
span { border-color: #B76404; }
span { border-color: rgb(183,100,4); }
td.TdClassName
{
border-color: #B76404;
}
.TagClassName
{
border-color: #B76404;
}
</style>