Shades of Tenne (Tawny) #B85D0B
Tints of Tenne (Tawny) #B85D0B
RGB
CMYK
RGB Variations
Color information
#B85D0B (or 0xB85D0B) is known color: Tenne (Tawny). HEX triplet: B8, 5D and 0B. RGB value is (184,93,11). Sum of RGB (Red+Green+Blue) = 184+93+11=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D0B is #47A2F4. Grayscale: #6F6F6F. Windows color (decimal): -4694773 or 744888. OLE color: 744888.
HSL color Cylindrical-coordinate representation of color #B85D0B: hue angle of 28.44º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B85D0B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.28 |
| HSL | 28.44º | 0.89% | 0.38% | - |
| HSV(B) | 28.44º | 0.94% | 0.72% | - |
| XYZ | 23.74 | 18.04 | 2.55 | - |
| YUV | 110.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 11 | 0 | 0.49 | 0.94 | 0.28 | 28.44 | 0.89 | 0.38 |
| Hex | B8 | 5D | B | 0 | 31 | 5E | 1C | 1C | 59 | 26 |
| Octal | 270 | 135 | 13 | 0 | 61 | 136 | 34 | 34 | 131 | 46 |
| Binary | 10111000 | 1011101 | 1011 | 0 | 110001 | 1011110 | 11100 | 11100 | 1011001 | 100110 |
Color Harmonies of #B85D0B
Complementary color
Monochromatic Colors of #B85D0B
Black with #B85D0B
Text Example
Text Example
White with #B85D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D0B; }
p { color: rgb(184,93,11); }
H1.HeaderClassName
{
color: #B85D0B;
}
.AnyTagClassName
{
color: #B85D0B;
}
</style>
background-color css
<style>
a { background-color: #B85D0B; }
a { background-color: rgb(184,93,11); }
div.DivClassName
{
background-color: #B85D0B;
}
.BgClassName
{
background-color: #B85D0B;
}
</style>
border-color css
<style>
span { border-color: #B85D0B; }
span { border-color: rgb(184,93,11); }
td.TdClassName
{
border-color: #B85D0B;
}
.TagClassName
{
border-color: #B85D0B;
}
</style>