Shades of Tenne (Tawny) #BF6404
Tints of Tenne (Tawny) #BF6404
RGB
CMYK
RGB Variations
Color information
#BF6404 (or 0xBF6404) is known color: Tenne (Tawny). HEX triplet: BF, 64 and 04. RGB value is (191,100,4). Sum of RGB (Red+Green+Blue) = 191+100+4=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6404 is #409BFB. Grayscale: #747474. Windows color (decimal): -4234236 or 287935. OLE color: 287935.
HSL color Cylindrical-coordinate representation of color #BF6404: hue angle of 30.8º 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 #BF6404 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 4 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.25 |
| HSL | 30.8º | 0.96% | 0.38% | - |
| HSV(B) | 30.8º | 0.98% | 0.75% | - |
| XYZ | 26.06 | 20.2 | 2.64 | - |
| YUV | 116.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 4 | 0 | 0.48 | 0.98 | 0.25 | 30.8 | 0.96 | 0.38 |
| Hex | BF | 64 | 4 | 0 | 30 | 62 | 19 | 1F | 60 | 26 |
| Octal | 277 | 144 | 4 | 0 | 60 | 142 | 31 | 37 | 140 | 46 |
| Binary | 10111111 | 1100100 | 100 | 0 | 110000 | 1100010 | 11001 | 11111 | 1100000 | 100110 |
Color Harmonies of #BF6404
Complementary color
Monochromatic Colors of #BF6404
Black with #BF6404
Text Example
Text Example
White with #BF6404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6404; }
p { color: rgb(191,100,4); }
H1.HeaderClassName
{
color: #BF6404;
}
.AnyTagClassName
{
color: #BF6404;
}
</style>
background-color css
<style>
a { background-color: #BF6404; }
a { background-color: rgb(191,100,4); }
div.DivClassName
{
background-color: #BF6404;
}
.BgClassName
{
background-color: #BF6404;
}
</style>
border-color css
<style>
span { border-color: #BF6404; }
span { border-color: rgb(191,100,4); }
td.TdClassName
{
border-color: #BF6404;
}
.TagClassName
{
border-color: #BF6404;
}
</style>