Shades of Tenne (Tawny) #BC6301
Tints of Tenne (Tawny) #BC6301
RGB
CMYK
RGB Variations
Color information
#BC6301 (or 0xBC6301) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 01. RGB value is (188,99,1). Sum of RGB (Red+Green+Blue) = 188+99+1=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6301 is #439CFE. Grayscale: #727272. Windows color (decimal): -4431103 or 91068. OLE color: 91068.
HSL color Cylindrical-coordinate representation of color #BC6301: hue angle of 31.44º degrees, saturation: 0.99, 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 #BC6301 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.26 |
| HSL | 31.44º | 0.99% | 0.37% | - |
| HSV(B) | 31.44º | 0.99% | 0.74% | - |
| XYZ | 25.21 | 19.62 | 2.49 | - |
| YUV | 114.44 | 63.99 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 1 | 0 | 0.47 | 0.99 | 0.26 | 31.44 | 0.99 | 0.37 |
| Hex | BC | 63 | 1 | 0 | 2F | 63 | 1A | 1F | 63 | 25 |
| Octal | 274 | 143 | 1 | 0 | 57 | 143 | 32 | 37 | 143 | 45 |
| Binary | 10111100 | 1100011 | 1 | 0 | 101111 | 1100011 | 11010 | 11111 | 1100011 | 100101 |
Color Harmonies of #BC6301
Complementary color
Monochromatic Colors of #BC6301
Black with #BC6301
Text Example
Text Example
White with #BC6301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6301; }
p { color: rgb(188,99,1); }
H1.HeaderClassName
{
color: #BC6301;
}
.AnyTagClassName
{
color: #BC6301;
}
</style>
background-color css
<style>
a { background-color: #BC6301; }
a { background-color: rgb(188,99,1); }
div.DivClassName
{
background-color: #BC6301;
}
.BgClassName
{
background-color: #BC6301;
}
</style>
border-color css
<style>
span { border-color: #BC6301; }
span { border-color: rgb(188,99,1); }
td.TdClassName
{
border-color: #BC6301;
}
.TagClassName
{
border-color: #BC6301;
}
</style>