Shades of Tenne (Tawny) #B85404
Tints of Tenne (Tawny) #B85404
RGB
CMYK
RGB Variations
Color information
#B85404 (or 0xB85404) is known color: Tenne (Tawny). HEX triplet: B8, 54 and 04. RGB value is (184,84,4). Sum of RGB (Red+Green+Blue) = 184+84+4=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B85404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85404 is #47ABFB. Grayscale: #696969. Windows color (decimal): -4697084 or 283832. OLE color: 283832.
HSL color Cylindrical-coordinate representation of color #B85404: hue angle of 26.67º 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 #B85404 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.28 |
| HSL | 26.67º | 0.96% | 0.37% | - |
| HSV(B) | 26.67º | 0.98% | 0.72% | - |
| XYZ | 22.96 | 16.54 | 2.1 | - |
| YUV | 104.78 | 71.13 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 4 | 0 | 0.54 | 0.98 | 0.28 | 26.67 | 0.96 | 0.37 |
| Hex | B8 | 54 | 4 | 0 | 36 | 62 | 1C | 1B | 60 | 25 |
| Octal | 270 | 124 | 4 | 0 | 66 | 142 | 34 | 33 | 140 | 45 |
| Binary | 10111000 | 1010100 | 100 | 0 | 110110 | 1100010 | 11100 | 11011 | 1100000 | 100101 |
Color Harmonies of #B85404
Complementary color
Monochromatic Colors of #B85404
Black with #B85404
Text Example
Text Example
White with #B85404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85404; }
p { color: rgb(184,84,4); }
H1.HeaderClassName
{
color: #B85404;
}
.AnyTagClassName
{
color: #B85404;
}
</style>
background-color css
<style>
a { background-color: #B85404; }
a { background-color: rgb(184,84,4); }
div.DivClassName
{
background-color: #B85404;
}
.BgClassName
{
background-color: #B85404;
}
</style>
border-color css
<style>
span { border-color: #B85404; }
span { border-color: rgb(184,84,4); }
td.TdClassName
{
border-color: #B85404;
}
.TagClassName
{
border-color: #B85404;
}
</style>