Shades of Tenne (Tawny) #BC5202
Tints of Tenne (Tawny) #BC5202
RGB
CMYK
RGB Variations
Color information
#BC5202 (or 0xBC5202) is known color: Tenne (Tawny). HEX triplet: BC, 52 and 02. RGB value is (188,82,2). Sum of RGB (Red+Green+Blue) = 188+82+2=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5202 is #43ADFD. Grayscale: #696969. Windows color (decimal): -4435454 or 152252. OLE color: 152252.
HSL color Cylindrical-coordinate representation of color #BC5202: hue angle of 25.81º 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 #BC5202 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.26 |
| HSL | 25.81º | 0.98% | 0.37% | - |
| HSV(B) | 25.81º | 0.99% | 0.74% | - |
| XYZ | 23.77 | 16.73 | 2.03 | - |
| YUV | 104.57 | 70.12 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 2 | 0 | 0.56 | 0.99 | 0.26 | 25.81 | 0.98 | 0.37 |
| Hex | BC | 52 | 2 | 0 | 38 | 63 | 1A | 1A | 62 | 25 |
| Octal | 274 | 122 | 2 | 0 | 70 | 143 | 32 | 32 | 142 | 45 |
| Binary | 10111100 | 1010010 | 10 | 0 | 111000 | 1100011 | 11010 | 11010 | 1100010 | 100101 |
Color Harmonies of #BC5202
Complementary color
Monochromatic Colors of #BC5202
Black with #BC5202
Text Example
Text Example
White with #BC5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5202; }
p { color: rgb(188,82,2); }
H1.HeaderClassName
{
color: #BC5202;
}
.AnyTagClassName
{
color: #BC5202;
}
</style>
background-color css
<style>
a { background-color: #BC5202; }
a { background-color: rgb(188,82,2); }
div.DivClassName
{
background-color: #BC5202;
}
.BgClassName
{
background-color: #BC5202;
}
</style>
border-color css
<style>
span { border-color: #BC5202; }
span { border-color: rgb(188,82,2); }
td.TdClassName
{
border-color: #BC5202;
}
.TagClassName
{
border-color: #BC5202;
}
</style>