Shades of Tenne (Tawny) #B85501
Tints of Tenne (Tawny) #B85501
RGB
CMYK
RGB Variations
Color information
#B85501 (or 0xB85501) is known color: Tenne (Tawny). HEX triplet: B8, 55 and 01. RGB value is (184,85,1). Sum of RGB (Red+Green+Blue) = 184+85+1=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B85501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85501 is #47AAFE. Grayscale: #696969. Windows color (decimal): -4696831 or 87480. OLE color: 87480.
HSL color Cylindrical-coordinate representation of color #B85501: hue angle of 27.54º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B85501 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.28 |
| HSL | 27.54º | 0.99% | 0.36% | - |
| HSV(B) | 27.54º | 0.99% | 0.72% | - |
| XYZ | 23.02 | 16.69 | 2.04 | - |
| YUV | 105.03 | 69.3 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 1 | 0 | 0.54 | 0.99 | 0.28 | 27.54 | 0.99 | 0.36 |
| Hex | B8 | 55 | 1 | 0 | 36 | 63 | 1C | 1C | 63 | 24 |
| Octal | 270 | 125 | 1 | 0 | 66 | 143 | 34 | 34 | 143 | 44 |
| Binary | 10111000 | 1010101 | 1 | 0 | 110110 | 1100011 | 11100 | 11100 | 1100011 | 100100 |
Color Harmonies of #B85501
Complementary color
Monochromatic Colors of #B85501
Black with #B85501
Text Example
Text Example
White with #B85501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85501; }
p { color: rgb(184,85,1); }
H1.HeaderClassName
{
color: #B85501;
}
.AnyTagClassName
{
color: #B85501;
}
</style>
background-color css
<style>
a { background-color: #B85501; }
a { background-color: rgb(184,85,1); }
div.DivClassName
{
background-color: #B85501;
}
.BgClassName
{
background-color: #B85501;
}
</style>
border-color css
<style>
span { border-color: #B85501; }
span { border-color: rgb(184,85,1); }
td.TdClassName
{
border-color: #B85501;
}
.TagClassName
{
border-color: #B85501;
}
</style>