Shades of Tenne (Tawny) #BC6402
Tints of Tenne (Tawny) #BC6402
RGB
CMYK
RGB Variations
Color information
#BC6402 (or 0xBC6402) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 02. RGB value is (188,100,2). Sum of RGB (Red+Green+Blue) = 188+100+2=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6402 is #439BFD. Grayscale: #737373. Windows color (decimal): -4430846 or 156860. OLE color: 156860.
HSL color Cylindrical-coordinate representation of color #BC6402: hue angle of 31.61º 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 #BC6402 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.26 |
| HSL | 31.61º | 0.98% | 0.37% | - |
| HSV(B) | 31.61º | 0.99% | 0.74% | - |
| XYZ | 25.31 | 19.81 | 2.55 | - |
| YUV | 115.14 | 64.15 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 2 | 0 | 0.47 | 0.99 | 0.26 | 31.61 | 0.98 | 0.37 |
| Hex | BC | 64 | 2 | 0 | 2F | 63 | 1A | 20 | 62 | 25 |
| Octal | 274 | 144 | 2 | 0 | 57 | 143 | 32 | 40 | 142 | 45 |
| Binary | 10111100 | 1100100 | 10 | 0 | 101111 | 1100011 | 11010 | 100000 | 1100010 | 100101 |
Color Harmonies of #BC6402
Complementary color
Monochromatic Colors of #BC6402
Black with #BC6402
Text Example
Text Example
White with #BC6402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6402; }
p { color: rgb(188,100,2); }
H1.HeaderClassName
{
color: #BC6402;
}
.AnyTagClassName
{
color: #BC6402;
}
</style>
background-color css
<style>
a { background-color: #BC6402; }
a { background-color: rgb(188,100,2); }
div.DivClassName
{
background-color: #BC6402;
}
.BgClassName
{
background-color: #BC6402;
}
</style>
border-color css
<style>
span { border-color: #BC6402; }
span { border-color: rgb(188,100,2); }
td.TdClassName
{
border-color: #BC6402;
}
.TagClassName
{
border-color: #BC6402;
}
</style>