Shades of Tenne (Tawny) #B85607
Tints of Tenne (Tawny) #B85607
RGB
CMYK
RGB Variations
Color information
#B85607 (or 0xB85607) is known color: Tenne (Tawny). HEX triplet: B8, 56 and 07. RGB value is (184,86,7). Sum of RGB (Red+Green+Blue) = 184+86+7=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B85607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85607 is #47A9F8. Grayscale: #6A6A6A. Windows color (decimal): -4696569 or 480952. OLE color: 480952.
HSL color Cylindrical-coordinate representation of color #B85607: hue angle of 26.78º 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 #B85607 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 7 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.28 |
| HSL | 26.78º | 0.93% | 0.37% | - |
| HSV(B) | 26.78º | 0.96% | 0.72% | - |
| XYZ | 23.13 | 16.86 | 2.24 | - |
| YUV | 106.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 7 | 0 | 0.53 | 0.96 | 0.28 | 26.78 | 0.93 | 0.37 |
| Hex | B8 | 56 | 7 | 0 | 35 | 60 | 1C | 1B | 5D | 25 |
| Octal | 270 | 126 | 7 | 0 | 65 | 140 | 34 | 33 | 135 | 45 |
| Binary | 10111000 | 1010110 | 111 | 0 | 110101 | 1100000 | 11100 | 11011 | 1011101 | 100101 |
Color Harmonies of #B85607
Complementary color
Monochromatic Colors of #B85607
Black with #B85607
Text Example
Text Example
White with #B85607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85607; }
p { color: rgb(184,86,7); }
H1.HeaderClassName
{
color: #B85607;
}
.AnyTagClassName
{
color: #B85607;
}
</style>
background-color css
<style>
a { background-color: #B85607; }
a { background-color: rgb(184,86,7); }
div.DivClassName
{
background-color: #B85607;
}
.BgClassName
{
background-color: #B85607;
}
</style>
border-color css
<style>
span { border-color: #B85607; }
span { border-color: rgb(184,86,7); }
td.TdClassName
{
border-color: #B85607;
}
.TagClassName
{
border-color: #B85607;
}
</style>