Shades of Tenne (Tawny) #BF630F
Tints of Tenne (Tawny) #BF630F
RGB
CMYK
RGB Variations
Color information
#BF630F (or 0xBF630F) is known color: Tenne (Tawny). HEX triplet: BF, 63 and 0F. RGB value is (191,99,15). Sum of RGB (Red+Green+Blue) = 191+99+15=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF630F is #409CF0. Grayscale: #757575. Windows color (decimal): -4234481 or 1008575. OLE color: 1008575.
HSL color Cylindrical-coordinate representation of color #BF630F: hue angle of 28.64º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF630F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 15 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.25 |
| HSL | 28.64º | 0.85% | 0.4% | - |
| HSV(B) | 28.64º | 0.92% | 0.75% | - |
| XYZ | 26.03 | 20.03 | 2.95 | - |
| YUV | 116.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 15 | 0 | 0.48 | 0.92 | 0.25 | 28.64 | 0.85 | 0.4 |
| Hex | BF | 63 | F | 0 | 30 | 5C | 19 | 1D | 55 | 28 |
| Octal | 277 | 143 | 17 | 0 | 60 | 134 | 31 | 35 | 125 | 50 |
| Binary | 10111111 | 1100011 | 1111 | 0 | 110000 | 1011100 | 11001 | 11101 | 1010101 | 101000 |
Color Harmonies of #BF630F
Complementary color
Monochromatic Colors of #BF630F
Black with #BF630F
Text Example
Text Example
White with #BF630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF630F; }
p { color: rgb(191,99,15); }
H1.HeaderClassName
{
color: #BF630F;
}
.AnyTagClassName
{
color: #BF630F;
}
</style>
background-color css
<style>
a { background-color: #BF630F; }
a { background-color: rgb(191,99,15); }
div.DivClassName
{
background-color: #BF630F;
}
.BgClassName
{
background-color: #BF630F;
}
</style>
border-color css
<style>
span { border-color: #BF630F; }
span { border-color: rgb(191,99,15); }
td.TdClassName
{
border-color: #BF630F;
}
.TagClassName
{
border-color: #BF630F;
}
</style>