Shades of Tenne (Tawny) #B85D0D
Tints of Tenne (Tawny) #B85D0D
RGB
CMYK
RGB Variations
Color information
#B85D0D (or 0xB85D0D) is known color: Tenne (Tawny). HEX triplet: B8, 5D and 0D. RGB value is (184,93,13). Sum of RGB (Red+Green+Blue) = 184+93+13=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D0D is #47A2F2. Grayscale: #6F6F6F. Windows color (decimal): -4694771 or 875960. OLE color: 875960.
HSL color Cylindrical-coordinate representation of color #B85D0D: hue angle of 28.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B85D0D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 13 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.28 |
| HSL | 28.07º | 0.87% | 0.39% | - |
| HSV(B) | 28.07º | 0.93% | 0.72% | - |
| XYZ | 23.75 | 18.05 | 2.61 | - |
| YUV | 111.09 | 72.65 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 13 | 0 | 0.49 | 0.93 | 0.28 | 28.07 | 0.87 | 0.39 |
| Hex | B8 | 5D | D | 0 | 31 | 5D | 1C | 1C | 57 | 27 |
| Octal | 270 | 135 | 15 | 0 | 61 | 135 | 34 | 34 | 127 | 47 |
| Binary | 10111000 | 1011101 | 1101 | 0 | 110001 | 1011101 | 11100 | 11100 | 1010111 | 100111 |
Color Harmonies of #B85D0D
Complementary color
Monochromatic Colors of #B85D0D
Black with #B85D0D
Text Example
Text Example
White with #B85D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D0D; }
p { color: rgb(184,93,13); }
H1.HeaderClassName
{
color: #B85D0D;
}
.AnyTagClassName
{
color: #B85D0D;
}
</style>
background-color css
<style>
a { background-color: #B85D0D; }
a { background-color: rgb(184,93,13); }
div.DivClassName
{
background-color: #B85D0D;
}
.BgClassName
{
background-color: #B85D0D;
}
</style>
border-color css
<style>
span { border-color: #B85D0D; }
span { border-color: rgb(184,93,13); }
td.TdClassName
{
border-color: #B85D0D;
}
.TagClassName
{
border-color: #B85D0D;
}
</style>