Shades of Tenne (Tawny) #BC6702
Tints of Tenne (Tawny) #BC6702
RGB
CMYK
RGB Variations
Color information
#BC6702 (or 0xBC6702) is known color: Tenne (Tawny). HEX triplet: BC, 67 and 02. RGB value is (188,103,2). Sum of RGB (Red+Green+Blue) = 188+103+2=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6702 is #4398FD. Grayscale: #757575. Windows color (decimal): -4430078 or 157628. OLE color: 157628.
HSL color Cylindrical-coordinate representation of color #BC6702: hue angle of 32.58º 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 #BC6702 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.26 |
| HSL | 32.58º | 0.98% | 0.37% | - |
| HSV(B) | 32.58º | 0.99% | 0.74% | - |
| XYZ | 25.6 | 20.4 | 2.65 | - |
| YUV | 116.9 | 63.16 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 2 | 0 | 0.45 | 0.99 | 0.26 | 32.58 | 0.98 | 0.37 |
| Hex | BC | 67 | 2 | 0 | 2D | 63 | 1A | 21 | 62 | 25 |
| Octal | 274 | 147 | 2 | 0 | 55 | 143 | 32 | 41 | 142 | 45 |
| Binary | 10111100 | 1100111 | 10 | 0 | 101101 | 1100011 | 11010 | 100001 | 1100010 | 100101 |
Color Harmonies of #BC6702
Complementary color
Monochromatic Colors of #BC6702
Black with #BC6702
Text Example
Text Example
White with #BC6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6702; }
p { color: rgb(188,103,2); }
H1.HeaderClassName
{
color: #BC6702;
}
.AnyTagClassName
{
color: #BC6702;
}
</style>
background-color css
<style>
a { background-color: #BC6702; }
a { background-color: rgb(188,103,2); }
div.DivClassName
{
background-color: #BC6702;
}
.BgClassName
{
background-color: #BC6702;
}
</style>
border-color css
<style>
span { border-color: #BC6702; }
span { border-color: rgb(188,103,2); }
td.TdClassName
{
border-color: #BC6702;
}
.TagClassName
{
border-color: #BC6702;
}
</style>