Shades of Tenne (Tawny) #BF5200
Tints of Tenne (Tawny) #BF5200
RGB
CMYK
RGB Variations
Color information
#BF5200 (or 0xBF5200) is known color: Tenne (Tawny). HEX triplet: BF, 52 and 00. RGB value is (191,82,0). Sum of RGB (Red+Green+Blue) = 191+82+0=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5200 is #40ADFF. Grayscale: #696969. Windows color (decimal): -4238848 or 21183. OLE color: 21183.
HSL color Cylindrical-coordinate representation of color #BF5200: hue angle of 25.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF5200 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 82 | 0 | - |
CMYK | 0 | 0.57 | 1 | 0.25 |
HSL | 25.76º | 1% | 0.37% | - |
HSV(B) | 25.76º | 1% | 0.75% | - |
XYZ | 24.5 | 17.11 | 2.01 | - |
YUV | 105.24 | 68.61 | 189.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 82 | 0 | 0 | 0.57 | 1 | 0.25 | 25.76 | 1 | 0.37 |
Hex | BF | 52 | 0 | 0 | 39 | 64 | 19 | 1A | 64 | 25 |
Octal | 277 | 122 | 0 | 0 | 71 | 144 | 31 | 32 | 144 | 45 |
Binary | 10111111 | 1010010 | 0 | 0 | 111001 | 1100100 | 11001 | 11010 | 1100100 | 100101 |
Color Harmonies of #BF5200
Complementary color
Monochromatic Colors of #BF5200
Black with #BF5200
Text Example
Text Example
White with #BF5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5200; }
p { color: rgb(191,82,0); }
H1.HeaderClassName
{
color: #BF5200;
}
.AnyTagClassName
{
color: #BF5200;
}
</style>
background-color css
<style>
a { background-color: #BF5200; }
a { background-color: rgb(191,82,0); }
div.DivClassName
{
background-color: #BF5200;
}
.BgClassName
{
background-color: #BF5200;
}
</style>
border-color css
<style>
span { border-color: #BF5200; }
span { border-color: rgb(191,82,0); }
td.TdClassName
{
border-color: #BF5200;
}
.TagClassName
{
border-color: #BF5200;
}
</style>