Shades of Tenne (Tawny) #BF520D
Tints of Tenne (Tawny) #BF520D
RGB
CMYK
RGB Variations
Color information
#BF520D (or 0xBF520D) is known color: Tenne (Tawny). HEX triplet: BF, 52 and 0D. RGB value is (191,82,13). Sum of RGB (Red+Green+Blue) = 191+82+13=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF520D is #40ADF2. Grayscale: #6B6B6B. Windows color (decimal): -4238835 or 873151. OLE color: 873151.
HSL color Cylindrical-coordinate representation of color #BF520D: hue angle of 23.26º 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 #BF520D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.25 |
| HSL | 23.26º | 0.87% | 0.4% | - |
| HSV(B) | 23.26º | 0.93% | 0.75% | - |
| XYZ | 24.58 | 17.14 | 2.39 | - |
| YUV | 106.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 13 | 0 | 0.57 | 0.93 | 0.25 | 23.26 | 0.87 | 0.4 |
| Hex | BF | 52 | D | 0 | 39 | 5D | 19 | 17 | 57 | 28 |
| Octal | 277 | 122 | 15 | 0 | 71 | 135 | 31 | 27 | 127 | 50 |
| Binary | 10111111 | 1010010 | 1101 | 0 | 111001 | 1011101 | 11001 | 10111 | 1010111 | 101000 |
Color Harmonies of #BF520D
Complementary color
Monochromatic Colors of #BF520D
Black with #BF520D
Text Example
Text Example
White with #BF520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF520D; }
p { color: rgb(191,82,13); }
H1.HeaderClassName
{
color: #BF520D;
}
.AnyTagClassName
{
color: #BF520D;
}
</style>
background-color css
<style>
a { background-color: #BF520D; }
a { background-color: rgb(191,82,13); }
div.DivClassName
{
background-color: #BF520D;
}
.BgClassName
{
background-color: #BF520D;
}
</style>
border-color css
<style>
span { border-color: #BF520D; }
span { border-color: rgb(191,82,13); }
td.TdClassName
{
border-color: #BF520D;
}
.TagClassName
{
border-color: #BF520D;
}
</style>