Shades of Tenne (Tawny) #BF6302
Tints of Tenne (Tawny) #BF6302
RGB
CMYK
RGB Variations
Color information
#BF6302 (or 0xBF6302) is known color: Tenne (Tawny). HEX triplet: BF, 63 and 02. RGB value is (191,99,2). Sum of RGB (Red+Green+Blue) = 191+99+2=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6302 is #409CFD. Grayscale: #737373. Windows color (decimal): -4234494 or 156607. OLE color: 156607.
HSL color Cylindrical-coordinate representation of color #BF6302: hue angle of 30.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF6302 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.25 |
| HSL | 30.79º | 0.98% | 0.38% | - |
| HSV(B) | 30.79º | 0.99% | 0.75% | - |
| XYZ | 25.96 | 20 | 2.55 | - |
| YUV | 115.45 | 63.98 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 2 | 0 | 0.48 | 0.99 | 0.25 | 30.79 | 0.98 | 0.38 |
| Hex | BF | 63 | 2 | 0 | 30 | 63 | 19 | 1F | 62 | 26 |
| Octal | 277 | 143 | 2 | 0 | 60 | 143 | 31 | 37 | 142 | 46 |
| Binary | 10111111 | 1100011 | 10 | 0 | 110000 | 1100011 | 11001 | 11111 | 1100010 | 100110 |
Color Harmonies of #BF6302
Complementary color
Monochromatic Colors of #BF6302
Black with #BF6302
Text Example
Text Example
White with #BF6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6302; }
p { color: rgb(191,99,2); }
H1.HeaderClassName
{
color: #BF6302;
}
.AnyTagClassName
{
color: #BF6302;
}
</style>
background-color css
<style>
a { background-color: #BF6302; }
a { background-color: rgb(191,99,2); }
div.DivClassName
{
background-color: #BF6302;
}
.BgClassName
{
background-color: #BF6302;
}
</style>
border-color css
<style>
span { border-color: #BF6302; }
span { border-color: rgb(191,99,2); }
td.TdClassName
{
border-color: #BF6302;
}
.TagClassName
{
border-color: #BF6302;
}
</style>