Shades of Tenne (Tawny) #BC540B
Tints of Tenne (Tawny) #BC540B
RGB
CMYK
RGB Variations
Color information
#BC540B (or 0xBC540B) is known color: Tenne (Tawny). HEX triplet: BC, 54 and 0B. RGB value is (188,84,11). Sum of RGB (Red+Green+Blue) = 188+84+11=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC540B is #43ABF4. Grayscale: #6B6B6B. Windows color (decimal): -4434933 or 742588. OLE color: 742588.
HSL color Cylindrical-coordinate representation of color #BC540B: hue angle of 24.75º 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 #BC540B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 11 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.26 |
| HSL | 24.75º | 0.89% | 0.39% | - |
| HSV(B) | 24.75º | 0.94% | 0.74% | - |
| XYZ | 23.97 | 17.06 | 2.35 | - |
| YUV | 106.77 | 73.96 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 11 | 0 | 0.55 | 0.94 | 0.26 | 24.75 | 0.89 | 0.39 |
| Hex | BC | 54 | B | 0 | 37 | 5E | 1A | 19 | 59 | 27 |
| Octal | 274 | 124 | 13 | 0 | 67 | 136 | 32 | 31 | 131 | 47 |
| Binary | 10111100 | 1010100 | 1011 | 0 | 110111 | 1011110 | 11010 | 11001 | 1011001 | 100111 |
Color Harmonies of #BC540B
Complementary color
Monochromatic Colors of #BC540B
Black with #BC540B
Text Example
Text Example
White with #BC540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC540B; }
p { color: rgb(188,84,11); }
H1.HeaderClassName
{
color: #BC540B;
}
.AnyTagClassName
{
color: #BC540B;
}
</style>
background-color css
<style>
a { background-color: #BC540B; }
a { background-color: rgb(188,84,11); }
div.DivClassName
{
background-color: #BC540B;
}
.BgClassName
{
background-color: #BC540B;
}
</style>
border-color css
<style>
span { border-color: #BC540B; }
span { border-color: rgb(188,84,11); }
td.TdClassName
{
border-color: #BC540B;
}
.TagClassName
{
border-color: #BC540B;
}
</style>