Shades of Tenne (Tawny) #BF680A
Tints of Tenne (Tawny) #BF680A
RGB
CMYK
RGB Variations
Color information
#BF680A (or 0xBF680A) is known color: Tenne (Tawny). HEX triplet: BF, 68 and 0A. RGB value is (191,104,10). Sum of RGB (Red+Green+Blue) = 191+104+10=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF680A is #4097F5. Grayscale: #777777. Windows color (decimal): -4233206 or 682175. OLE color: 682175.
HSL color Cylindrical-coordinate representation of color #BF680A: hue angle of 31.16º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF680A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.25 |
| HSL | 31.16º | 0.9% | 0.39% | - |
| HSV(B) | 31.16º | 0.95% | 0.75% | - |
| XYZ | 26.49 | 21 | 2.94 | - |
| YUV | 119.3 | 66.32 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 10 | 0 | 0.46 | 0.95 | 0.25 | 31.16 | 0.9 | 0.39 |
| Hex | BF | 68 | A | 0 | 2E | 5F | 19 | 1F | 5A | 27 |
| Octal | 277 | 150 | 12 | 0 | 56 | 137 | 31 | 37 | 132 | 47 |
| Binary | 10111111 | 1101000 | 1010 | 0 | 101110 | 1011111 | 11001 | 11111 | 1011010 | 100111 |
Color Harmonies of #BF680A
Complementary color
Monochromatic Colors of #BF680A
Black with #BF680A
Text Example
Text Example
White with #BF680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF680A; }
p { color: rgb(191,104,10); }
H1.HeaderClassName
{
color: #BF680A;
}
.AnyTagClassName
{
color: #BF680A;
}
</style>
background-color css
<style>
a { background-color: #BF680A; }
a { background-color: rgb(191,104,10); }
div.DivClassName
{
background-color: #BF680A;
}
.BgClassName
{
background-color: #BF680A;
}
</style>
border-color css
<style>
span { border-color: #BF680A; }
span { border-color: rgb(191,104,10); }
td.TdClassName
{
border-color: #BF680A;
}
.TagClassName
{
border-color: #BF680A;
}
</style>