Shades of Tenne (Tawny) #B85D10
Tints of Tenne (Tawny) #B85D10
RGB
CMYK
RGB Variations
Color information
#B85D10 (or 0xB85D10) is known color: Tenne (Tawny). HEX triplet: B8, 5D and 10. RGB value is (184,93,16). Sum of RGB (Red+Green+Blue) = 184+93+16=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D10 is #47A2EF. Grayscale: #6F6F6F. Windows color (decimal): -4694768 or 1072568. OLE color: 1072568.
HSL color Cylindrical-coordinate representation of color #B85D10: hue angle of 27.5º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B85D10 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 16 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.28 |
| HSL | 27.5º | 0.84% | 0.39% | - |
| HSV(B) | 27.5º | 0.91% | 0.72% | - |
| XYZ | 23.78 | 18.06 | 2.72 | - |
| YUV | 111.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 16 | 0 | 0.49 | 0.91 | 0.28 | 27.5 | 0.84 | 0.39 |
| Hex | B8 | 5D | 10 | 0 | 31 | 5B | 1C | 1C | 54 | 27 |
| Octal | 270 | 135 | 20 | 0 | 61 | 133 | 34 | 34 | 124 | 47 |
| Binary | 10111000 | 1011101 | 10000 | 0 | 110001 | 1011011 | 11100 | 11100 | 1010100 | 100111 |
Color Harmonies of #B85D10
Complementary color
Monochromatic Colors of #B85D10
Black with #B85D10
Text Example
Text Example
White with #B85D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D10; }
p { color: rgb(184,93,16); }
H1.HeaderClassName
{
color: #B85D10;
}
.AnyTagClassName
{
color: #B85D10;
}
</style>
background-color css
<style>
a { background-color: #B85D10; }
a { background-color: rgb(184,93,16); }
div.DivClassName
{
background-color: #B85D10;
}
.BgClassName
{
background-color: #B85D10;
}
</style>
border-color css
<style>
span { border-color: #B85D10; }
span { border-color: rgb(184,93,16); }
td.TdClassName
{
border-color: #B85D10;
}
.TagClassName
{
border-color: #B85D10;
}
</style>