Shades of Tenne (Tawny) #BF600D
Tints of Tenne (Tawny) #BF600D
RGB
CMYK
RGB Variations
Color information
#BF600D (or 0xBF600D) is known color: Tenne (Tawny). HEX triplet: BF, 60 and 0D. RGB value is (191,96,13). Sum of RGB (Red+Green+Blue) = 191+96+13=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF600D is #409FF2. Grayscale: #737373. Windows color (decimal): -4235251 or 876735. OLE color: 876735.
HSL color Cylindrical-coordinate representation of color #BF600D: hue angle of 27.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF600D is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 13 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.25 |
| HSL | 27.98º | 0.87% | 0.4% | - |
| HSV(B) | 27.98º | 0.93% | 0.75% | - |
| XYZ | 25.74 | 19.47 | 2.78 | - |
| YUV | 114.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 13 | 0 | 0.50 | 0.93 | 0.25 | 27.98 | 0.87 | 0.4 |
| Hex | BF | 60 | D | 0 | 32 | 5D | 19 | 1C | 57 | 28 |
| Octal | 277 | 140 | 15 | 0 | 62 | 135 | 31 | 34 | 127 | 50 |
| Binary | 10111111 | 1100000 | 1101 | 0 | 110010 | 1011101 | 11001 | 11100 | 1010111 | 101000 |
Color Harmonies of #BF600D
Complementary color
Monochromatic Colors of #BF600D
Black with #BF600D
Text Example
Text Example
White with #BF600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF600D; }
p { color: rgb(191,96,13); }
H1.HeaderClassName
{
color: #BF600D;
}
.AnyTagClassName
{
color: #BF600D;
}
</style>
background-color css
<style>
a { background-color: #BF600D; }
a { background-color: rgb(191,96,13); }
div.DivClassName
{
background-color: #BF600D;
}
.BgClassName
{
background-color: #BF600D;
}
</style>
border-color css
<style>
span { border-color: #BF600D; }
span { border-color: rgb(191,96,13); }
td.TdClassName
{
border-color: #BF600D;
}
.TagClassName
{
border-color: #BF600D;
}
</style>