Shades of Tenne (Tawny) #BC5B0F
Tints of Tenne (Tawny) #BC5B0F
RGB
CMYK
RGB Variations
Color information
#BC5B0F (or 0xBC5B0F) is known color: Tenne (Tawny). HEX triplet: BC, 5B and 0F. RGB value is (188,91,15). Sum of RGB (Red+Green+Blue) = 188+91+15=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5B0F is #43A4F0. Grayscale: #6F6F6F. Windows color (decimal): -4433137 or 1006524. OLE color: 1006524.
HSL color Cylindrical-coordinate representation of color #BC5B0F: hue angle of 26.36º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC5B0F is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 15 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.26 |
| HSL | 26.36º | 0.85% | 0.4% | - |
| HSV(B) | 26.36º | 0.92% | 0.74% | - |
| XYZ | 24.57 | 18.21 | 2.67 | - |
| YUV | 111.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 15 | 0 | 0.52 | 0.92 | 0.26 | 26.36 | 0.85 | 0.4 |
| Hex | BC | 5B | F | 0 | 34 | 5C | 1A | 1A | 55 | 28 |
| Octal | 274 | 133 | 17 | 0 | 64 | 134 | 32 | 32 | 125 | 50 |
| Binary | 10111100 | 1011011 | 1111 | 0 | 110100 | 1011100 | 11010 | 11010 | 1010101 | 101000 |
Color Harmonies of #BC5B0F
Complementary color
Monochromatic Colors of #BC5B0F
Black with #BC5B0F
Text Example
Text Example
White with #BC5B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B0F; }
p { color: rgb(188,91,15); }
H1.HeaderClassName
{
color: #BC5B0F;
}
.AnyTagClassName
{
color: #BC5B0F;
}
</style>
background-color css
<style>
a { background-color: #BC5B0F; }
a { background-color: rgb(188,91,15); }
div.DivClassName
{
background-color: #BC5B0F;
}
.BgClassName
{
background-color: #BC5B0F;
}
</style>
border-color css
<style>
span { border-color: #BC5B0F; }
span { border-color: rgb(188,91,15); }
td.TdClassName
{
border-color: #BC5B0F;
}
.TagClassName
{
border-color: #BC5B0F;
}
</style>