Shades of Tenne (Tawny) #B85807
Tints of Tenne (Tawny) #B85807
RGB
CMYK
RGB Variations
Color information
#B85807 (or 0xB85807) is known color: Tenne (Tawny). HEX triplet: B8, 58 and 07. RGB value is (184,88,7). Sum of RGB (Red+Green+Blue) = 184+88+7=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B85807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85807 is #47A7F8. Grayscale: #6B6B6B. Windows color (decimal): -4696057 or 481464. OLE color: 481464.
HSL color Cylindrical-coordinate representation of color #B85807: hue angle of 27.46º 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 #B85807 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 7 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.28 |
| HSL | 27.46º | 0.93% | 0.37% | - |
| HSV(B) | 27.46º | 0.96% | 0.72% | - |
| XYZ | 23.3 | 17.19 | 2.29 | - |
| YUV | 107.47 | 71.3 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 7 | 0 | 0.52 | 0.96 | 0.28 | 27.46 | 0.93 | 0.37 |
| Hex | B8 | 58 | 7 | 0 | 34 | 60 | 1C | 1B | 5D | 25 |
| Octal | 270 | 130 | 7 | 0 | 64 | 140 | 34 | 33 | 135 | 45 |
| Binary | 10111000 | 1011000 | 111 | 0 | 110100 | 1100000 | 11100 | 11011 | 1011101 | 100101 |
Color Harmonies of #B85807
Complementary color
Monochromatic Colors of #B85807
Black with #B85807
Text Example
Text Example
White with #B85807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85807; }
p { color: rgb(184,88,7); }
H1.HeaderClassName
{
color: #B85807;
}
.AnyTagClassName
{
color: #B85807;
}
</style>
background-color css
<style>
a { background-color: #B85807; }
a { background-color: rgb(184,88,7); }
div.DivClassName
{
background-color: #B85807;
}
.BgClassName
{
background-color: #B85807;
}
</style>
border-color css
<style>
span { border-color: #B85807; }
span { border-color: rgb(184,88,7); }
td.TdClassName
{
border-color: #B85807;
}
.TagClassName
{
border-color: #B85807;
}
</style>