Shades of Tenne (Tawny) #BC590B
Tints of Tenne (Tawny) #BC590B
RGB
CMYK
RGB Variations
Color information
#BC590B (or 0xBC590B) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 0B. RGB value is (188,89,11). Sum of RGB (Red+Green+Blue) = 188+89+11=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC590B is #43A6F4. Grayscale: #6E6E6E. Windows color (decimal): -4433653 or 743868. OLE color: 743868.
HSL color Cylindrical-coordinate representation of color #BC590B: hue angle of 26.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC590B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.26 |
| HSL | 26.44º | 0.89% | 0.39% | - |
| HSV(B) | 26.44º | 0.94% | 0.74% | - |
| XYZ | 24.37 | 17.86 | 2.48 | - |
| YUV | 109.71 | 72.3 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 11 | 0 | 0.53 | 0.94 | 0.26 | 26.44 | 0.89 | 0.39 |
| Hex | BC | 59 | B | 0 | 35 | 5E | 1A | 1A | 59 | 27 |
| Octal | 274 | 131 | 13 | 0 | 65 | 136 | 32 | 32 | 131 | 47 |
| Binary | 10111100 | 1011001 | 1011 | 0 | 110101 | 1011110 | 11010 | 11010 | 1011001 | 100111 |
Color Harmonies of #BC590B
Complementary color
Monochromatic Colors of #BC590B
Black with #BC590B
Text Example
Text Example
White with #BC590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC590B; }
p { color: rgb(188,89,11); }
H1.HeaderClassName
{
color: #BC590B;
}
.AnyTagClassName
{
color: #BC590B;
}
</style>
background-color css
<style>
a { background-color: #BC590B; }
a { background-color: rgb(188,89,11); }
div.DivClassName
{
background-color: #BC590B;
}
.BgClassName
{
background-color: #BC590B;
}
</style>
border-color css
<style>
span { border-color: #BC590B; }
span { border-color: rgb(188,89,11); }
td.TdClassName
{
border-color: #BC590B;
}
.TagClassName
{
border-color: #BC590B;
}
</style>