Shades of Tenne (Tawny) #B9580C
Tints of Tenne (Tawny) #B9580C
RGB
CMYK
RGB Variations
Color information
#B9580C (or 0xB9580C) is known color: Tenne (Tawny). HEX triplet: B9, 58 and 0C. RGB value is (185,88,12). Sum of RGB (Red+Green+Blue) = 185+88+12=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9580C is #46A7F3. Grayscale: #6C6C6C. Windows color (decimal): -4630516 or 809145. OLE color: 809145.
HSL color Cylindrical-coordinate representation of color #B9580C: hue angle of 26.36º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9580C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.27 |
| HSL | 26.36º | 0.88% | 0.39% | - |
| HSV(B) | 26.36º | 0.94% | 0.73% | - |
| XYZ | 23.56 | 17.32 | 2.45 | - |
| YUV | 108.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 12 | 0 | 0.52 | 0.94 | 0.27 | 26.36 | 0.88 | 0.39 |
| Hex | B9 | 58 | C | 0 | 34 | 5E | 1B | 1A | 58 | 27 |
| Octal | 271 | 130 | 14 | 0 | 64 | 136 | 33 | 32 | 130 | 47 |
| Binary | 10111001 | 1011000 | 1100 | 0 | 110100 | 1011110 | 11011 | 11010 | 1011000 | 100111 |
Color Harmonies of #B9580C
Complementary color
Monochromatic Colors of #B9580C
Black with #B9580C
Text Example
Text Example
White with #B9580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9580C; }
p { color: rgb(185,88,12); }
H1.HeaderClassName
{
color: #B9580C;
}
.AnyTagClassName
{
color: #B9580C;
}
</style>
background-color css
<style>
a { background-color: #B9580C; }
a { background-color: rgb(185,88,12); }
div.DivClassName
{
background-color: #B9580C;
}
.BgClassName
{
background-color: #B9580C;
}
</style>
border-color css
<style>
span { border-color: #B9580C; }
span { border-color: rgb(185,88,12); }
td.TdClassName
{
border-color: #B9580C;
}
.TagClassName
{
border-color: #B9580C;
}
</style>