Shades of Tenne (Tawny) #BF6D04
Tints of Tenne (Tawny) #BF6D04
RGB
CMYK
RGB Variations
Color information
#BF6D04 (or 0xBF6D04) is known color: Tenne (Tawny). HEX triplet: BF, 6D and 04. RGB value is (191,109,4). Sum of RGB (Red+Green+Blue) = 191+109+4=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6D04 is #4092FB. Grayscale: #7A7A7A. Windows color (decimal): -4231932 or 290239. OLE color: 290239.
HSL color Cylindrical-coordinate representation of color #BF6D04: hue angle of 33.69º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF6D04 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.25 |
| HSL | 33.69º | 0.96% | 0.38% | - |
| HSV(B) | 33.69º | 0.98% | 0.75% | - |
| XYZ | 26.98 | 22.02 | 2.94 | - |
| YUV | 121.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 4 | 0 | 0.43 | 0.98 | 0.25 | 33.69 | 0.96 | 0.38 |
| Hex | BF | 6D | 4 | 0 | 2B | 62 | 19 | 22 | 60 | 26 |
| Octal | 277 | 155 | 4 | 0 | 53 | 142 | 31 | 42 | 140 | 46 |
| Binary | 10111111 | 1101101 | 100 | 0 | 101011 | 1100010 | 11001 | 100010 | 1100000 | 100110 |
Color Harmonies of #BF6D04
Complementary color
Monochromatic Colors of #BF6D04
Black with #BF6D04
Text Example
Text Example
White with #BF6D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D04; }
p { color: rgb(191,109,4); }
H1.HeaderClassName
{
color: #BF6D04;
}
.AnyTagClassName
{
color: #BF6D04;
}
</style>
background-color css
<style>
a { background-color: #BF6D04; }
a { background-color: rgb(191,109,4); }
div.DivClassName
{
background-color: #BF6D04;
}
.BgClassName
{
background-color: #BF6D04;
}
</style>
border-color css
<style>
span { border-color: #BF6D04; }
span { border-color: rgb(191,109,4); }
td.TdClassName
{
border-color: #BF6D04;
}
.TagClassName
{
border-color: #BF6D04;
}
</style>