Shades of Tenne (Tawny) #BF6A00
Tints of Tenne (Tawny) #BF6A00
RGB
CMYK
RGB Variations
Color information
#BF6A00 (or 0xBF6A00) is known color: Tenne (Tawny). HEX triplet: BF, 6A and 00. RGB value is (191,106,0). Sum of RGB (Red+Green+Blue) = 191+106+0=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6A00 is #4095FF. Grayscale: #777777. Windows color (decimal): -4232704 or 27327. OLE color: 27327.
HSL color Cylindrical-coordinate representation of color #BF6A00: hue angle of 33.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF6A00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 106 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.25 |
| HSL | 33.3º | 1% | 0.37% | - |
| HSV(B) | 33.3º | 1% | 0.75% | - |
| XYZ | 26.64 | 21.38 | 2.72 | - |
| YUV | 119.33 | 60.66 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 0 | 0 | 0.45 | 1 | 0.25 | 33.3 | 1 | 0.37 |
| Hex | BF | 6A | 0 | 0 | 2D | 64 | 19 | 21 | 64 | 25 |
| Octal | 277 | 152 | 0 | 0 | 55 | 144 | 31 | 41 | 144 | 45 |
| Binary | 10111111 | 1101010 | 0 | 0 | 101101 | 1100100 | 11001 | 100001 | 1100100 | 100101 |
Color Harmonies of #BF6A00
Complementary color
Monochromatic Colors of #BF6A00
Black with #BF6A00
Text Example
Text Example
White with #BF6A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6A00; }
p { color: rgb(191,106,0); }
H1.HeaderClassName
{
color: #BF6A00;
}
.AnyTagClassName
{
color: #BF6A00;
}
</style>
background-color css
<style>
a { background-color: #BF6A00; }
a { background-color: rgb(191,106,0); }
div.DivClassName
{
background-color: #BF6A00;
}
.BgClassName
{
background-color: #BF6A00;
}
</style>
border-color css
<style>
span { border-color: #BF6A00; }
span { border-color: rgb(191,106,0); }
td.TdClassName
{
border-color: #BF6A00;
}
.TagClassName
{
border-color: #BF6A00;
}
</style>