Shades of Tenne (Tawny) #BF5C0A
Tints of Tenne (Tawny) #BF5C0A
RGB
CMYK
RGB Variations
Color information
#BF5C0A (or 0xBF5C0A) is known color: Tenne (Tawny). HEX triplet: BF, 5C and 0A. RGB value is (191,92,10). Sum of RGB (Red+Green+Blue) = 191+92+10=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5C0A is #40A3F5. Grayscale: #707070. Windows color (decimal): -4236278 or 679103. OLE color: 679103.
HSL color Cylindrical-coordinate representation of color #BF5C0A: hue angle of 27.18º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF5C0A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 10 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.25 |
| HSL | 27.18º | 0.9% | 0.39% | - |
| HSV(B) | 27.18º | 0.95% | 0.75% | - |
| XYZ | 25.37 | 18.75 | 2.57 | - |
| YUV | 112.25 | 70.3 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 10 | 0 | 0.52 | 0.95 | 0.25 | 27.18 | 0.9 | 0.39 |
| Hex | BF | 5C | A | 0 | 34 | 5F | 19 | 1B | 5A | 27 |
| Octal | 277 | 134 | 12 | 0 | 64 | 137 | 31 | 33 | 132 | 47 |
| Binary | 10111111 | 1011100 | 1010 | 0 | 110100 | 1011111 | 11001 | 11011 | 1011010 | 100111 |
Color Harmonies of #BF5C0A
Complementary color
Monochromatic Colors of #BF5C0A
Black with #BF5C0A
Text Example
Text Example
White with #BF5C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C0A; }
p { color: rgb(191,92,10); }
H1.HeaderClassName
{
color: #BF5C0A;
}
.AnyTagClassName
{
color: #BF5C0A;
}
</style>
background-color css
<style>
a { background-color: #BF5C0A; }
a { background-color: rgb(191,92,10); }
div.DivClassName
{
background-color: #BF5C0A;
}
.BgClassName
{
background-color: #BF5C0A;
}
</style>
border-color css
<style>
span { border-color: #BF5C0A; }
span { border-color: rgb(191,92,10); }
td.TdClassName
{
border-color: #BF5C0A;
}
.TagClassName
{
border-color: #BF5C0A;
}
</style>