Shades of Tenne (Tawny) #BF650C
Tints of Tenne (Tawny) #BF650C
RGB
CMYK
RGB Variations
Color information
#BF650C (or 0xBF650C) is known color: Tenne (Tawny). HEX triplet: BF, 65 and 0C. RGB value is (191,101,12). Sum of RGB (Red+Green+Blue) = 191+101+12=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF650C is #409AF3. Grayscale: #767676. Windows color (decimal): -4233972 or 812479. OLE color: 812479.
HSL color Cylindrical-coordinate representation of color #BF650C: hue angle of 29.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 #BF650C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 12 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.25 |
| HSL | 29.83º | 0.88% | 0.4% | - |
| HSV(B) | 29.83º | 0.94% | 0.75% | - |
| XYZ | 26.21 | 20.41 | 2.91 | - |
| YUV | 117.76 | 68.32 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 12 | 0 | 0.47 | 0.94 | 0.25 | 29.83 | 0.88 | 0.4 |
| Hex | BF | 65 | C | 0 | 2F | 5E | 19 | 1E | 58 | 28 |
| Octal | 277 | 145 | 14 | 0 | 57 | 136 | 31 | 36 | 130 | 50 |
| Binary | 10111111 | 1100101 | 1100 | 0 | 101111 | 1011110 | 11001 | 11110 | 1011000 | 101000 |
Color Harmonies of #BF650C
Complementary color
Monochromatic Colors of #BF650C
Black with #BF650C
Text Example
Text Example
White with #BF650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF650C; }
p { color: rgb(191,101,12); }
H1.HeaderClassName
{
color: #BF650C;
}
.AnyTagClassName
{
color: #BF650C;
}
</style>
background-color css
<style>
a { background-color: #BF650C; }
a { background-color: rgb(191,101,12); }
div.DivClassName
{
background-color: #BF650C;
}
.BgClassName
{
background-color: #BF650C;
}
</style>
border-color css
<style>
span { border-color: #BF650C; }
span { border-color: rgb(191,101,12); }
td.TdClassName
{
border-color: #BF650C;
}
.TagClassName
{
border-color: #BF650C;
}
</style>