Shades of Tenne (Tawny) #B85800
Tints of Tenne (Tawny) #B85800
RGB
CMYK
RGB Variations
Color information
#B85800 (or 0xB85800) is known color: Tenne (Tawny). HEX triplet: B8, 58 and 00. RGB value is (184,88,0). Sum of RGB (Red+Green+Blue) = 184+88+0=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B85800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85800 is #47A7FF. Grayscale: #6B6B6B. Windows color (decimal): -4696064 or 22712. OLE color: 22712.
HSL color Cylindrical-coordinate representation of color #B85800: hue angle of 28.7º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B85800 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.28 |
| HSL | 28.7º | 1% | 0.36% | - |
| HSV(B) | 28.7º | 1% | 0.72% | - |
| XYZ | 23.26 | 17.17 | 2.09 | - |
| YUV | 106.67 | 67.8 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 0 | 0 | 0.52 | 1 | 0.28 | 28.7 | 1 | 0.36 |
| Hex | B8 | 58 | 0 | 0 | 34 | 64 | 1C | 1D | 64 | 24 |
| Octal | 270 | 130 | 0 | 0 | 64 | 144 | 34 | 35 | 144 | 44 |
| Binary | 10111000 | 1011000 | 0 | 0 | 110100 | 1100100 | 11100 | 11101 | 1100100 | 100100 |
Color Harmonies of #B85800
Complementary color
Monochromatic Colors of #B85800
Black with #B85800
Text Example
Text Example
White with #B85800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85800; }
p { color: rgb(184,88,0); }
H1.HeaderClassName
{
color: #B85800;
}
.AnyTagClassName
{
color: #B85800;
}
</style>
background-color css
<style>
a { background-color: #B85800; }
a { background-color: rgb(184,88,0); }
div.DivClassName
{
background-color: #B85800;
}
.BgClassName
{
background-color: #B85800;
}
</style>
border-color css
<style>
span { border-color: #B85800; }
span { border-color: rgb(184,88,0); }
td.TdClassName
{
border-color: #B85800;
}
.TagClassName
{
border-color: #B85800;
}
</style>