Shades of Tenne (Tawny) #B85505
Tints of Tenne (Tawny) #B85505
RGB
CMYK
RGB Variations
Color information
#B85505 (or 0xB85505) is known color: Tenne (Tawny). HEX triplet: B8, 55 and 05. RGB value is (184,85,5). Sum of RGB (Red+Green+Blue) = 184+85+5=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B85505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85505 is #47AAFA. Grayscale: #696969. Windows color (decimal): -4696827 or 349624. OLE color: 349624.
HSL color Cylindrical-coordinate representation of color #B85505: hue angle of 26.82º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B85505 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 5 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.28 |
| HSL | 26.82º | 0.95% | 0.37% | - |
| HSV(B) | 26.82º | 0.97% | 0.72% | - |
| XYZ | 23.04 | 16.7 | 2.15 | - |
| YUV | 105.48 | 71.3 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 5 | 0 | 0.54 | 0.97 | 0.28 | 26.82 | 0.95 | 0.37 |
| Hex | B8 | 55 | 5 | 0 | 36 | 61 | 1C | 1B | 5F | 25 |
| Octal | 270 | 125 | 5 | 0 | 66 | 141 | 34 | 33 | 137 | 45 |
| Binary | 10111000 | 1010101 | 101 | 0 | 110110 | 1100001 | 11100 | 11011 | 1011111 | 100101 |
Color Harmonies of #B85505
Complementary color
Monochromatic Colors of #B85505
Black with #B85505
Text Example
Text Example
White with #B85505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85505; }
p { color: rgb(184,85,5); }
H1.HeaderClassName
{
color: #B85505;
}
.AnyTagClassName
{
color: #B85505;
}
</style>
background-color css
<style>
a { background-color: #B85505; }
a { background-color: rgb(184,85,5); }
div.DivClassName
{
background-color: #B85505;
}
.BgClassName
{
background-color: #B85505;
}
</style>
border-color css
<style>
span { border-color: #B85505; }
span { border-color: rgb(184,85,5); }
td.TdClassName
{
border-color: #B85505;
}
.TagClassName
{
border-color: #B85505;
}
</style>