Shades of Tenne (Tawny) #B85407
Tints of Tenne (Tawny) #B85407
RGB
CMYK
RGB Variations
Color information
#B85407 (or 0xB85407) is known color: Tenne (Tawny). HEX triplet: B8, 54 and 07. RGB value is (184,84,7). Sum of RGB (Red+Green+Blue) = 184+84+7=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B85407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85407 is #47ABF8. Grayscale: #696969. Windows color (decimal): -4697081 or 480440. OLE color: 480440.
HSL color Cylindrical-coordinate representation of color #B85407: hue angle of 26.1º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B85407 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.28 |
| HSL | 26.1º | 0.93% | 0.37% | - |
| HSV(B) | 26.1º | 0.96% | 0.72% | - |
| XYZ | 22.98 | 16.55 | 2.18 | - |
| YUV | 105.12 | 72.63 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 7 | 0 | 0.54 | 0.96 | 0.28 | 26.1 | 0.93 | 0.37 |
| Hex | B8 | 54 | 7 | 0 | 36 | 60 | 1C | 1A | 5D | 25 |
| Octal | 270 | 124 | 7 | 0 | 66 | 140 | 34 | 32 | 135 | 45 |
| Binary | 10111000 | 1010100 | 111 | 0 | 110110 | 1100000 | 11100 | 11010 | 1011101 | 100101 |
Color Harmonies of #B85407
Complementary color
Monochromatic Colors of #B85407
Black with #B85407
Text Example
Text Example
White with #B85407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85407; }
p { color: rgb(184,84,7); }
H1.HeaderClassName
{
color: #B85407;
}
.AnyTagClassName
{
color: #B85407;
}
</style>
background-color css
<style>
a { background-color: #B85407; }
a { background-color: rgb(184,84,7); }
div.DivClassName
{
background-color: #B85407;
}
.BgClassName
{
background-color: #B85407;
}
</style>
border-color css
<style>
span { border-color: #B85407; }
span { border-color: rgb(184,84,7); }
td.TdClassName
{
border-color: #B85407;
}
.TagClassName
{
border-color: #B85407;
}
</style>