Shades of Tenne (Tawny) #BF4C03
Tints of Tenne (Tawny) #BF4C03
RGB
CMYK
RGB Variations
Color information
#BF4C03 (or 0xBF4C03) is known color: Tenne (Tawny). HEX triplet: BF, 4C and 03. RGB value is (191,76,3). Sum of RGB (Red+Green+Blue) = 191+76+3=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C03 is #40B3FC. Grayscale: #666666. Windows color (decimal): -4240381 or 216255. OLE color: 216255.
HSL color Cylindrical-coordinate representation of color #BF4C03: hue angle of 23.3º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF4C03 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 3 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.25 |
| HSL | 23.3º | 0.97% | 0.38% | - |
| HSV(B) | 23.3º | 0.98% | 0.75% | - |
| XYZ | 24.09 | 16.25 | 1.95 | - |
| YUV | 102.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 3 | 0 | 0.60 | 0.98 | 0.25 | 23.3 | 0.97 | 0.38 |
| Hex | BF | 4C | 3 | 0 | 3C | 62 | 19 | 17 | 61 | 26 |
| Octal | 277 | 114 | 3 | 0 | 74 | 142 | 31 | 27 | 141 | 46 |
| Binary | 10111111 | 1001100 | 11 | 0 | 111100 | 1100010 | 11001 | 10111 | 1100001 | 100110 |
Color Harmonies of #BF4C03
Complementary color
Monochromatic Colors of #BF4C03
Black with #BF4C03
Text Example
Text Example
White with #BF4C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C03; }
p { color: rgb(191,76,3); }
H1.HeaderClassName
{
color: #BF4C03;
}
.AnyTagClassName
{
color: #BF4C03;
}
</style>
background-color css
<style>
a { background-color: #BF4C03; }
a { background-color: rgb(191,76,3); }
div.DivClassName
{
background-color: #BF4C03;
}
.BgClassName
{
background-color: #BF4C03;
}
</style>
border-color css
<style>
span { border-color: #BF4C03; }
span { border-color: rgb(191,76,3); }
td.TdClassName
{
border-color: #BF4C03;
}
.TagClassName
{
border-color: #BF4C03;
}
</style>