Shades of Tenne (Tawny) #BF5D02
Tints of Tenne (Tawny) #BF5D02
RGB
CMYK
RGB Variations
Color information
#BF5D02 (or 0xBF5D02) is known color: Tenne (Tawny). HEX triplet: BF, 5D and 02. RGB value is (191,93,2). Sum of RGB (Red+Green+Blue) = 191+93+2=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D02 is #40A2FD. Grayscale: #707070. Windows color (decimal): -4236030 or 155071. OLE color: 155071.
HSL color Cylindrical-coordinate representation of color #BF5D02: hue angle of 28.89º 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 #BF5D02 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.25 |
| HSL | 28.89º | 0.98% | 0.38% | - |
| HSV(B) | 28.89º | 0.99% | 0.75% | - |
| XYZ | 25.41 | 18.91 | 2.37 | - |
| YUV | 111.93 | 65.97 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 2 | 0 | 0.51 | 0.99 | 0.25 | 28.89 | 0.98 | 0.38 |
| Hex | BF | 5D | 2 | 0 | 33 | 63 | 19 | 1D | 62 | 26 |
| Octal | 277 | 135 | 2 | 0 | 63 | 143 | 31 | 35 | 142 | 46 |
| Binary | 10111111 | 1011101 | 10 | 0 | 110011 | 1100011 | 11001 | 11101 | 1100010 | 100110 |
Color Harmonies of #BF5D02
Complementary color
Monochromatic Colors of #BF5D02
Black with #BF5D02
Text Example
Text Example
White with #BF5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D02; }
p { color: rgb(191,93,2); }
H1.HeaderClassName
{
color: #BF5D02;
}
.AnyTagClassName
{
color: #BF5D02;
}
</style>
background-color css
<style>
a { background-color: #BF5D02; }
a { background-color: rgb(191,93,2); }
div.DivClassName
{
background-color: #BF5D02;
}
.BgClassName
{
background-color: #BF5D02;
}
</style>
border-color css
<style>
span { border-color: #BF5D02; }
span { border-color: rgb(191,93,2); }
td.TdClassName
{
border-color: #BF5D02;
}
.TagClassName
{
border-color: #BF5D02;
}
</style>