Shades of Tenne (Tawny) #BF620C
Tints of Tenne (Tawny) #BF620C
RGB
CMYK
RGB Variations
Color information
#BF620C (or 0xBF620C) is known color: Tenne (Tawny). HEX triplet: BF, 62 and 0C. RGB value is (191,98,12). Sum of RGB (Red+Green+Blue) = 191+98+12=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF620C is #409DF3. Grayscale: #747474. Windows color (decimal): -4234740 or 811711. OLE color: 811711.
HSL color Cylindrical-coordinate representation of color #BF620C: hue angle of 28.83º degrees, saturation: 0.88, 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 #BF620C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.25 |
| HSL | 28.83º | 0.88% | 0.4% | - |
| HSV(B) | 28.83º | 0.94% | 0.75% | - |
| XYZ | 25.92 | 19.84 | 2.81 | - |
| YUV | 116 | 69.31 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 12 | 0 | 0.49 | 0.94 | 0.25 | 28.83 | 0.88 | 0.4 |
| Hex | BF | 62 | C | 0 | 31 | 5E | 19 | 1D | 58 | 28 |
| Octal | 277 | 142 | 14 | 0 | 61 | 136 | 31 | 35 | 130 | 50 |
| Binary | 10111111 | 1100010 | 1100 | 0 | 110001 | 1011110 | 11001 | 11101 | 1011000 | 101000 |
Color Harmonies of #BF620C
Complementary color
Monochromatic Colors of #BF620C
Black with #BF620C
Text Example
Text Example
White with #BF620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF620C; }
p { color: rgb(191,98,12); }
H1.HeaderClassName
{
color: #BF620C;
}
.AnyTagClassName
{
color: #BF620C;
}
</style>
background-color css
<style>
a { background-color: #BF620C; }
a { background-color: rgb(191,98,12); }
div.DivClassName
{
background-color: #BF620C;
}
.BgClassName
{
background-color: #BF620C;
}
</style>
border-color css
<style>
span { border-color: #BF620C; }
span { border-color: rgb(191,98,12); }
td.TdClassName
{
border-color: #BF620C;
}
.TagClassName
{
border-color: #BF620C;
}
</style>