Shades of Tenne (Tawny) #B85E13
Tints of Tenne (Tawny) #B85E13
RGB
CMYK
RGB Variations
Color information
#B85E13 (or 0xB85E13) is known color: Tenne (Tawny). HEX triplet: B8, 5E and 13. RGB value is (184,94,19). Sum of RGB (Red+Green+Blue) = 184+94+19=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85E13 is #47A1EC. Grayscale: #707070. Windows color (decimal): -4694509 or 1269432. OLE color: 1269432.
HSL color Cylindrical-coordinate representation of color #B85E13: hue angle of 27.27º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B85E13 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 19 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.28 |
| HSL | 27.27º | 0.81% | 0.4% | - |
| HSV(B) | 27.27º | 0.9% | 0.72% | - |
| XYZ | 23.89 | 18.24 | 2.88 | - |
| YUV | 112.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 19 | 0 | 0.49 | 0.90 | 0.28 | 27.27 | 0.81 | 0.4 |
| Hex | B8 | 5E | 13 | 0 | 31 | 5A | 1C | 1B | 51 | 28 |
| Octal | 270 | 136 | 23 | 0 | 61 | 132 | 34 | 33 | 121 | 50 |
| Binary | 10111000 | 1011110 | 10011 | 0 | 110001 | 1011010 | 11100 | 11011 | 1010001 | 101000 |
Color Harmonies of #B85E13
Complementary color
Monochromatic Colors of #B85E13
Black with #B85E13
Text Example
Text Example
White with #B85E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E13; }
p { color: rgb(184,94,19); }
H1.HeaderClassName
{
color: #B85E13;
}
.AnyTagClassName
{
color: #B85E13;
}
</style>
background-color css
<style>
a { background-color: #B85E13; }
a { background-color: rgb(184,94,19); }
div.DivClassName
{
background-color: #B85E13;
}
.BgClassName
{
background-color: #B85E13;
}
</style>
border-color css
<style>
span { border-color: #B85E13; }
span { border-color: rgb(184,94,19); }
td.TdClassName
{
border-color: #B85E13;
}
.TagClassName
{
border-color: #B85E13;
}
</style>