Shades of Tenne (Tawny) #BC6305
Tints of Tenne (Tawny) #BC6305
RGB
CMYK
RGB Variations
Color information
#BC6305 (or 0xBC6305) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 05. RGB value is (188,99,5). Sum of RGB (Red+Green+Blue) = 188+99+5=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6305 is #439CFA. Grayscale: #737373. Windows color (decimal): -4431099 or 353212. OLE color: 353212.
HSL color Cylindrical-coordinate representation of color #BC6305: hue angle of 30.82º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC6305 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 5 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.26 |
| HSL | 30.82º | 0.95% | 0.38% | - |
| HSV(B) | 30.82º | 0.97% | 0.74% | - |
| XYZ | 25.23 | 19.63 | 2.6 | - |
| YUV | 114.9 | 65.99 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 5 | 0 | 0.47 | 0.97 | 0.26 | 30.82 | 0.95 | 0.38 |
| Hex | BC | 63 | 5 | 0 | 2F | 61 | 1A | 1F | 5F | 26 |
| Octal | 274 | 143 | 5 | 0 | 57 | 141 | 32 | 37 | 137 | 46 |
| Binary | 10111100 | 1100011 | 101 | 0 | 101111 | 1100001 | 11010 | 11111 | 1011111 | 100110 |
Color Harmonies of #BC6305
Complementary color
Monochromatic Colors of #BC6305
Black with #BC6305
Text Example
Text Example
White with #BC6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6305; }
p { color: rgb(188,99,5); }
H1.HeaderClassName
{
color: #BC6305;
}
.AnyTagClassName
{
color: #BC6305;
}
</style>
background-color css
<style>
a { background-color: #BC6305; }
a { background-color: rgb(188,99,5); }
div.DivClassName
{
background-color: #BC6305;
}
.BgClassName
{
background-color: #BC6305;
}
</style>
border-color css
<style>
span { border-color: #BC6305; }
span { border-color: rgb(188,99,5); }
td.TdClassName
{
border-color: #BC6305;
}
.TagClassName
{
border-color: #BC6305;
}
</style>