Shades of Tenne (Tawny) #BC690A
Tints of Tenne (Tawny) #BC690A
RGB
CMYK
RGB Variations
Color information
#BC690A (or 0xBC690A) is known color: Tenne (Tawny). HEX triplet: BC, 69 and 0A. RGB value is (188,105,10). Sum of RGB (Red+Green+Blue) = 188+105+10=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC690A is #4396F5. Grayscale: #777777. Windows color (decimal): -4429558 or 682428. OLE color: 682428.
HSL color Cylindrical-coordinate representation of color #BC690A: hue angle of 32.02º 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 #BC690A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 10 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.26 |
| HSL | 32.02º | 0.9% | 0.39% | - |
| HSV(B) | 32.02º | 0.95% | 0.74% | - |
| XYZ | 25.85 | 20.82 | 2.94 | - |
| YUV | 118.99 | 66.5 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 10 | 0 | 0.44 | 0.95 | 0.26 | 32.02 | 0.9 | 0.39 |
| Hex | BC | 69 | A | 0 | 2C | 5F | 1A | 20 | 5A | 27 |
| Octal | 274 | 151 | 12 | 0 | 54 | 137 | 32 | 40 | 132 | 47 |
| Binary | 10111100 | 1101001 | 1010 | 0 | 101100 | 1011111 | 11010 | 100000 | 1011010 | 100111 |
Color Harmonies of #BC690A
Complementary color
Monochromatic Colors of #BC690A
Black with #BC690A
Text Example
Text Example
White with #BC690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC690A; }
p { color: rgb(188,105,10); }
H1.HeaderClassName
{
color: #BC690A;
}
.AnyTagClassName
{
color: #BC690A;
}
</style>
background-color css
<style>
a { background-color: #BC690A; }
a { background-color: rgb(188,105,10); }
div.DivClassName
{
background-color: #BC690A;
}
.BgClassName
{
background-color: #BC690A;
}
</style>
border-color css
<style>
span { border-color: #BC690A; }
span { border-color: rgb(188,105,10); }
td.TdClassName
{
border-color: #BC690A;
}
.TagClassName
{
border-color: #BC690A;
}
</style>