Shades of Tenne (Tawny) #B9580D
Tints of Tenne (Tawny) #B9580D
RGB
CMYK
RGB Variations
Color information
#B9580D (or 0xB9580D) is known color: Tenne (Tawny). HEX triplet: B9, 58 and 0D. RGB value is (185,88,13). Sum of RGB (Red+Green+Blue) = 185+88+13=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B9580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9580D is #46A7F2. Grayscale: #6C6C6C. Windows color (decimal): -4630515 or 874681. OLE color: 874681.
HSL color Cylindrical-coordinate representation of color #B9580D: hue angle of 26.16º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9580D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.27 |
| HSL | 26.16º | 0.87% | 0.39% | - |
| HSV(B) | 26.16º | 0.93% | 0.73% | - |
| XYZ | 23.57 | 17.32 | 2.48 | - |
| YUV | 108.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 13 | 0 | 0.52 | 0.93 | 0.27 | 26.16 | 0.87 | 0.39 |
| Hex | B9 | 58 | D | 0 | 34 | 5D | 1B | 1A | 57 | 27 |
| Octal | 271 | 130 | 15 | 0 | 64 | 135 | 33 | 32 | 127 | 47 |
| Binary | 10111001 | 1011000 | 1101 | 0 | 110100 | 1011101 | 11011 | 11010 | 1010111 | 100111 |
Color Harmonies of #B9580D
Complementary color
Monochromatic Colors of #B9580D
Black with #B9580D
Text Example
Text Example
White with #B9580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9580D; }
p { color: rgb(185,88,13); }
H1.HeaderClassName
{
color: #B9580D;
}
.AnyTagClassName
{
color: #B9580D;
}
</style>
background-color css
<style>
a { background-color: #B9580D; }
a { background-color: rgb(185,88,13); }
div.DivClassName
{
background-color: #B9580D;
}
.BgClassName
{
background-color: #B9580D;
}
</style>
border-color css
<style>
span { border-color: #B9580D; }
span { border-color: rgb(185,88,13); }
td.TdClassName
{
border-color: #B9580D;
}
.TagClassName
{
border-color: #B9580D;
}
</style>