Shades of Tenne (Tawny) #BC6B04
Tints of Tenne (Tawny) #BC6B04
RGB
CMYK
RGB Variations
Color information
#BC6B04 (or 0xBC6B04) is known color: Tenne (Tawny). HEX triplet: BC, 6B and 04. RGB value is (188,107,4). Sum of RGB (Red+Green+Blue) = 188+107+4=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6B04 is #4394FB. Grayscale: #777777. Windows color (decimal): -4429052 or 289724. OLE color: 289724.
HSL color Cylindrical-coordinate representation of color #BC6B04: hue angle of 33.59º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC6B04 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.26 |
| HSL | 33.59º | 0.96% | 0.38% | - |
| HSV(B) | 33.59º | 0.98% | 0.74% | - |
| XYZ | 26.02 | 21.22 | 2.84 | - |
| YUV | 119.48 | 62.84 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 4 | 0 | 0.43 | 0.98 | 0.26 | 33.59 | 0.96 | 0.38 |
| Hex | BC | 6B | 4 | 0 | 2B | 62 | 1A | 22 | 60 | 26 |
| Octal | 274 | 153 | 4 | 0 | 53 | 142 | 32 | 42 | 140 | 46 |
| Binary | 10111100 | 1101011 | 100 | 0 | 101011 | 1100010 | 11010 | 100010 | 1100000 | 100110 |
Color Harmonies of #BC6B04
Complementary color
Monochromatic Colors of #BC6B04
Black with #BC6B04
Text Example
Text Example
White with #BC6B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B04; }
p { color: rgb(188,107,4); }
H1.HeaderClassName
{
color: #BC6B04;
}
.AnyTagClassName
{
color: #BC6B04;
}
</style>
background-color css
<style>
a { background-color: #BC6B04; }
a { background-color: rgb(188,107,4); }
div.DivClassName
{
background-color: #BC6B04;
}
.BgClassName
{
background-color: #BC6B04;
}
</style>
border-color css
<style>
span { border-color: #BC6B04; }
span { border-color: rgb(188,107,4); }
td.TdClassName
{
border-color: #BC6B04;
}
.TagClassName
{
border-color: #BC6B04;
}
</style>