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