Shades of Tenne (Tawny) #BF6300
Tints of Tenne (Tawny) #BF6300
RGB
CMYK
RGB Variations
Color information
#BF6300 (or 0xBF6300) is known color: Tenne (Tawny). HEX triplet: BF, 63 and 00. RGB value is (191,99,0). Sum of RGB (Red+Green+Blue) = 191+99+0=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6300 is #409CFF. Grayscale: #737373. Windows color (decimal): -4234496 or 25535. OLE color: 25535.
HSL color Cylindrical-coordinate representation of color #BF6300: hue angle of 31.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF6300 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.25 |
| HSL | 31.1º | 1% | 0.37% | - |
| HSV(B) | 31.1º | 1% | 0.75% | - |
| XYZ | 25.95 | 20 | 2.49 | - |
| YUV | 115.22 | 62.98 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 0 | 0 | 0.48 | 1 | 0.25 | 31.1 | 1 | 0.37 |
| Hex | BF | 63 | 0 | 0 | 30 | 64 | 19 | 1F | 64 | 25 |
| Octal | 277 | 143 | 0 | 0 | 60 | 144 | 31 | 37 | 144 | 45 |
| Binary | 10111111 | 1100011 | 0 | 0 | 110000 | 1100100 | 11001 | 11111 | 1100100 | 100101 |
Color Harmonies of #BF6300
Complementary color
Monochromatic Colors of #BF6300
Black with #BF6300
Text Example
Text Example
White with #BF6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6300; }
p { color: rgb(191,99,0); }
H1.HeaderClassName
{
color: #BF6300;
}
.AnyTagClassName
{
color: #BF6300;
}
</style>
background-color css
<style>
a { background-color: #BF6300; }
a { background-color: rgb(191,99,0); }
div.DivClassName
{
background-color: #BF6300;
}
.BgClassName
{
background-color: #BF6300;
}
</style>
border-color css
<style>
span { border-color: #BF6300; }
span { border-color: rgb(191,99,0); }
td.TdClassName
{
border-color: #BF6300;
}
.TagClassName
{
border-color: #BF6300;
}
</style>