Shades of Tenne (Tawny) #BF620B
Tints of Tenne (Tawny) #BF620B
RGB
CMYK
RGB Variations
Color information
#BF620B (or 0xBF620B) is known color: Tenne (Tawny). HEX triplet: BF, 62 and 0B. RGB value is (191,98,11). Sum of RGB (Red+Green+Blue) = 191+98+11=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF620B is #409DF4. Grayscale: #747474. Windows color (decimal): -4234741 or 746175. OLE color: 746175.
HSL color Cylindrical-coordinate representation of color #BF620B: hue angle of 29º degrees, saturation: 0.89, 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 #BF620B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.25 |
| HSL | 29º | 0.89% | 0.4% | - |
| HSV(B) | 29º | 0.94% | 0.75% | - |
| XYZ | 25.91 | 19.84 | 2.78 | - |
| YUV | 115.89 | 68.81 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 11 | 0 | 0.49 | 0.94 | 0.25 | 29 | 0.89 | 0.4 |
| Hex | BF | 62 | B | 0 | 31 | 5E | 19 | 1D | 59 | 28 |
| Octal | 277 | 142 | 13 | 0 | 61 | 136 | 31 | 35 | 131 | 50 |
| Binary | 10111111 | 1100010 | 1011 | 0 | 110001 | 1011110 | 11001 | 11101 | 1011001 | 101000 |
Color Harmonies of #BF620B
Complementary color
Monochromatic Colors of #BF620B
Black with #BF620B
Text Example
Text Example
White with #BF620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF620B; }
p { color: rgb(191,98,11); }
H1.HeaderClassName
{
color: #BF620B;
}
.AnyTagClassName
{
color: #BF620B;
}
</style>
background-color css
<style>
a { background-color: #BF620B; }
a { background-color: rgb(191,98,11); }
div.DivClassName
{
background-color: #BF620B;
}
.BgClassName
{
background-color: #BF620B;
}
</style>
border-color css
<style>
span { border-color: #BF620B; }
span { border-color: rgb(191,98,11); }
td.TdClassName
{
border-color: #BF620B;
}
.TagClassName
{
border-color: #BF620B;
}
</style>