Shades of Tenne (Tawny) #BC5502
Tints of Tenne (Tawny) #BC5502
RGB
CMYK
RGB Variations
Color information
#BC5502 (or 0xBC5502) is known color: Tenne (Tawny). HEX triplet: BC, 55 and 02. RGB value is (188,85,2). Sum of RGB (Red+Green+Blue) = 188+85+2=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5502 is #43AAFD. Grayscale: #6A6A6A. Windows color (decimal): -4434686 or 153020. OLE color: 153020.
HSL color Cylindrical-coordinate representation of color #BC5502: hue angle of 26.77º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC5502 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.26 |
| HSL | 26.77º | 0.98% | 0.37% | - |
| HSV(B) | 26.77º | 0.99% | 0.74% | - |
| XYZ | 24 | 17.19 | 2.11 | - |
| YUV | 106.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 2 | 0 | 0.55 | 0.99 | 0.26 | 26.77 | 0.98 | 0.37 |
| Hex | BC | 55 | 2 | 0 | 37 | 63 | 1A | 1B | 62 | 25 |
| Octal | 274 | 125 | 2 | 0 | 67 | 143 | 32 | 33 | 142 | 45 |
| Binary | 10111100 | 1010101 | 10 | 0 | 110111 | 1100011 | 11010 | 11011 | 1100010 | 100101 |
Color Harmonies of #BC5502
Complementary color
Monochromatic Colors of #BC5502
Black with #BC5502
Text Example
Text Example
White with #BC5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5502; }
p { color: rgb(188,85,2); }
H1.HeaderClassName
{
color: #BC5502;
}
.AnyTagClassName
{
color: #BC5502;
}
</style>
background-color css
<style>
a { background-color: #BC5502; }
a { background-color: rgb(188,85,2); }
div.DivClassName
{
background-color: #BC5502;
}
.BgClassName
{
background-color: #BC5502;
}
</style>
border-color css
<style>
span { border-color: #BC5502; }
span { border-color: rgb(188,85,2); }
td.TdClassName
{
border-color: #BC5502;
}
.TagClassName
{
border-color: #BC5502;
}
</style>