Shades of Tenne (Tawny) #BF5D13
Tints of Tenne (Tawny) #BF5D13
RGB
CMYK
RGB Variations
Color information
#BF5D13 (or 0xBF5D13) is known color: Tenne (Tawny). HEX triplet: BF, 5D and 13. RGB value is (191,93,19). Sum of RGB (Red+Green+Blue) = 191+93+19=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D13 is #40A2EC. Grayscale: #727272. Windows color (decimal): -4236013 or 1269183. OLE color: 1269183.
HSL color Cylindrical-coordinate representation of color #BF5D13: hue angle of 25.81º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF5D13 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 19 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.25 |
| HSL | 25.81º | 0.82% | 0.41% | - |
| HSV(B) | 25.81º | 0.9% | 0.75% | - |
| XYZ | 25.52 | 18.95 | 2.93 | - |
| YUV | 113.87 | 74.47 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 19 | 0 | 0.51 | 0.90 | 0.25 | 25.81 | 0.82 | 0.41 |
| Hex | BF | 5D | 13 | 0 | 33 | 5A | 19 | 1A | 52 | 29 |
| Octal | 277 | 135 | 23 | 0 | 63 | 132 | 31 | 32 | 122 | 51 |
| Binary | 10111111 | 1011101 | 10011 | 0 | 110011 | 1011010 | 11001 | 11010 | 1010010 | 101001 |
Color Harmonies of #BF5D13
Complementary color
Monochromatic Colors of #BF5D13
Black with #BF5D13
Text Example
Text Example
White with #BF5D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D13; }
p { color: rgb(191,93,19); }
H1.HeaderClassName
{
color: #BF5D13;
}
.AnyTagClassName
{
color: #BF5D13;
}
</style>
background-color css
<style>
a { background-color: #BF5D13; }
a { background-color: rgb(191,93,19); }
div.DivClassName
{
background-color: #BF5D13;
}
.BgClassName
{
background-color: #BF5D13;
}
</style>
border-color css
<style>
span { border-color: #BF5D13; }
span { border-color: rgb(191,93,19); }
td.TdClassName
{
border-color: #BF5D13;
}
.TagClassName
{
border-color: #BF5D13;
}
</style>