Shades of Tenne (Tawny) #BC630A
Tints of Tenne (Tawny) #BC630A
RGB
CMYK
RGB Variations
Color information
#BC630A (or 0xBC630A) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 0A. RGB value is (188,99,10). Sum of RGB (Red+Green+Blue) = 188+99+10=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC630A is #439CF5. Grayscale: #737373. Windows color (decimal): -4431094 or 680892. OLE color: 680892.
HSL color Cylindrical-coordinate representation of color #BC630A: hue angle of 30º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC630A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 10 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.26 |
| HSL | 30º | 0.9% | 0.39% | - |
| HSV(B) | 30º | 0.95% | 0.74% | - |
| XYZ | 25.26 | 19.64 | 2.75 | - |
| YUV | 115.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 10 | 0 | 0.47 | 0.95 | 0.26 | 30 | 0.9 | 0.39 |
| Hex | BC | 63 | A | 0 | 2F | 5F | 1A | 1E | 5A | 27 |
| Octal | 274 | 143 | 12 | 0 | 57 | 137 | 32 | 36 | 132 | 47 |
| Binary | 10111100 | 1100011 | 1010 | 0 | 101111 | 1011111 | 11010 | 11110 | 1011010 | 100111 |
Color Harmonies of #BC630A
Complementary color
Monochromatic Colors of #BC630A
Black with #BC630A
Text Example
Text Example
White with #BC630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC630A; }
p { color: rgb(188,99,10); }
H1.HeaderClassName
{
color: #BC630A;
}
.AnyTagClassName
{
color: #BC630A;
}
</style>
background-color css
<style>
a { background-color: #BC630A; }
a { background-color: rgb(188,99,10); }
div.DivClassName
{
background-color: #BC630A;
}
.BgClassName
{
background-color: #BC630A;
}
</style>
border-color css
<style>
span { border-color: #BC630A; }
span { border-color: rgb(188,99,10); }
td.TdClassName
{
border-color: #BC630A;
}
.TagClassName
{
border-color: #BC630A;
}
</style>