Shades of Tenne (Tawny) #BF5802
Tints of Tenne (Tawny) #BF5802
RGB
CMYK
RGB Variations
Color information
#BF5802 (or 0xBF5802) is known color: Tenne (Tawny). HEX triplet: BF, 58 and 02. RGB value is (191,88,2). Sum of RGB (Red+Green+Blue) = 191+88+2=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5802 is #40A7FD. Grayscale: #6D6D6D. Windows color (decimal): -4237310 or 153791. OLE color: 153791.
HSL color Cylindrical-coordinate representation of color #BF5802: hue angle of 27.3º 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 #BF5802 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 88 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.25 |
| HSL | 27.3º | 0.98% | 0.38% | - |
| HSV(B) | 27.3º | 0.99% | 0.75% | - |
| XYZ | 24.99 | 18.06 | 2.23 | - |
| YUV | 108.99 | 67.62 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 2 | 0 | 0.54 | 0.99 | 0.25 | 27.3 | 0.98 | 0.38 |
| Hex | BF | 58 | 2 | 0 | 36 | 63 | 19 | 1B | 62 | 26 |
| Octal | 277 | 130 | 2 | 0 | 66 | 143 | 31 | 33 | 142 | 46 |
| Binary | 10111111 | 1011000 | 10 | 0 | 110110 | 1100011 | 11001 | 11011 | 1100010 | 100110 |
Color Harmonies of #BF5802
Complementary color
Monochromatic Colors of #BF5802
Black with #BF5802
Text Example
Text Example
White with #BF5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5802; }
p { color: rgb(191,88,2); }
H1.HeaderClassName
{
color: #BF5802;
}
.AnyTagClassName
{
color: #BF5802;
}
</style>
background-color css
<style>
a { background-color: #BF5802; }
a { background-color: rgb(191,88,2); }
div.DivClassName
{
background-color: #BF5802;
}
.BgClassName
{
background-color: #BF5802;
}
</style>
border-color css
<style>
span { border-color: #BF5802; }
span { border-color: rgb(191,88,2); }
td.TdClassName
{
border-color: #BF5802;
}
.TagClassName
{
border-color: #BF5802;
}
</style>