Shades of Tenne (Tawny) #B85E05
Tints of Tenne (Tawny) #B85E05
RGB
CMYK
RGB Variations
Color information
#B85E05 (or 0xB85E05) is known color: Tenne (Tawny). HEX triplet: B8, 5E and 05. RGB value is (184,94,5). Sum of RGB (Red+Green+Blue) = 184+94+5=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85E05 is #47A1FA. Grayscale: #6F6F6F. Windows color (decimal): -4694523 or 351928. OLE color: 351928.
HSL color Cylindrical-coordinate representation of color #B85E05: hue angle of 29.83º 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 #B85E05 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 94 | 5 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.28 |
| HSL | 29.83º | 0.95% | 0.37% | - |
| HSV(B) | 29.83º | 0.97% | 0.72% | - |
| XYZ | 23.8 | 18.21 | 2.4 | - |
| YUV | 110.76 | 68.32 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 5 | 0 | 0.49 | 0.97 | 0.28 | 29.83 | 0.95 | 0.37 |
| Hex | B8 | 5E | 5 | 0 | 31 | 61 | 1C | 1E | 5F | 25 |
| Octal | 270 | 136 | 5 | 0 | 61 | 141 | 34 | 36 | 137 | 45 |
| Binary | 10111000 | 1011110 | 101 | 0 | 110001 | 1100001 | 11100 | 11110 | 1011111 | 100101 |
Color Harmonies of #B85E05
Complementary color
Monochromatic Colors of #B85E05
Black with #B85E05
Text Example
Text Example
White with #B85E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85E05; }
p { color: rgb(184,94,5); }
H1.HeaderClassName
{
color: #B85E05;
}
.AnyTagClassName
{
color: #B85E05;
}
</style>
background-color css
<style>
a { background-color: #B85E05; }
a { background-color: rgb(184,94,5); }
div.DivClassName
{
background-color: #B85E05;
}
.BgClassName
{
background-color: #B85E05;
}
</style>
border-color css
<style>
span { border-color: #B85E05; }
span { border-color: rgb(184,94,5); }
td.TdClassName
{
border-color: #B85E05;
}
.TagClassName
{
border-color: #B85E05;
}
</style>