Shades of Tenne (Tawny) #BC6502
Tints of Tenne (Tawny) #BC6502
RGB
CMYK
RGB Variations
Color information
#BC6502 (or 0xBC6502) is known color: Tenne (Tawny). HEX triplet: BC, 65 and 02. RGB value is (188,101,2). Sum of RGB (Red+Green+Blue) = 188+101+2=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6502 is #439AFD. Grayscale: #747474. Windows color (decimal): -4430590 or 157116. OLE color: 157116.
HSL color Cylindrical-coordinate representation of color #BC6502: hue angle of 31.94º 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 #BC6502 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.26 |
| HSL | 31.94º | 0.98% | 0.37% | - |
| HSV(B) | 31.94º | 0.99% | 0.74% | - |
| XYZ | 25.4 | 20 | 2.58 | - |
| YUV | 115.73 | 63.82 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 2 | 0 | 0.46 | 0.99 | 0.26 | 31.94 | 0.98 | 0.37 |
| Hex | BC | 65 | 2 | 0 | 2E | 63 | 1A | 20 | 62 | 25 |
| Octal | 274 | 145 | 2 | 0 | 56 | 143 | 32 | 40 | 142 | 45 |
| Binary | 10111100 | 1100101 | 10 | 0 | 101110 | 1100011 | 11010 | 100000 | 1100010 | 100101 |
Color Harmonies of #BC6502
Complementary color
Monochromatic Colors of #BC6502
Black with #BC6502
Text Example
Text Example
White with #BC6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6502; }
p { color: rgb(188,101,2); }
H1.HeaderClassName
{
color: #BC6502;
}
.AnyTagClassName
{
color: #BC6502;
}
</style>
background-color css
<style>
a { background-color: #BC6502; }
a { background-color: rgb(188,101,2); }
div.DivClassName
{
background-color: #BC6502;
}
.BgClassName
{
background-color: #BC6502;
}
</style>
border-color css
<style>
span { border-color: #BC6502; }
span { border-color: rgb(188,101,2); }
td.TdClassName
{
border-color: #BC6502;
}
.TagClassName
{
border-color: #BC6502;
}
</style>