Shades of Tenne (Tawny) #BF540B
Tints of Tenne (Tawny) #BF540B
RGB
CMYK
RGB Variations
Color information
#BF540B (or 0xBF540B) is known color: Tenne (Tawny). HEX triplet: BF, 54 and 0B. RGB value is (191,84,11). Sum of RGB (Red+Green+Blue) = 191+84+11=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF540B is #40ABF4. Grayscale: #6C6C6C. Windows color (decimal): -4238325 or 742591. OLE color: 742591.
HSL color Cylindrical-coordinate representation of color #BF540B: hue angle of 24.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF540B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 11 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.25 |
| HSL | 24.33º | 0.89% | 0.4% | - |
| HSV(B) | 24.33º | 0.94% | 0.75% | - |
| XYZ | 24.72 | 17.44 | 2.38 | - |
| YUV | 107.67 | 73.45 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 11 | 0 | 0.56 | 0.94 | 0.25 | 24.33 | 0.89 | 0.4 |
| Hex | BF | 54 | B | 0 | 38 | 5E | 19 | 18 | 59 | 28 |
| Octal | 277 | 124 | 13 | 0 | 70 | 136 | 31 | 30 | 131 | 50 |
| Binary | 10111111 | 1010100 | 1011 | 0 | 111000 | 1011110 | 11001 | 11000 | 1011001 | 101000 |
Color Harmonies of #BF540B
Complementary color
Monochromatic Colors of #BF540B
Black with #BF540B
Text Example
Text Example
White with #BF540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF540B; }
p { color: rgb(191,84,11); }
H1.HeaderClassName
{
color: #BF540B;
}
.AnyTagClassName
{
color: #BF540B;
}
</style>
background-color css
<style>
a { background-color: #BF540B; }
a { background-color: rgb(191,84,11); }
div.DivClassName
{
background-color: #BF540B;
}
.BgClassName
{
background-color: #BF540B;
}
</style>
border-color css
<style>
span { border-color: #BF540B; }
span { border-color: rgb(191,84,11); }
td.TdClassName
{
border-color: #BF540B;
}
.TagClassName
{
border-color: #BF540B;
}
</style>