Shades of Tenne (Tawny) #BC5A08
Tints of Tenne (Tawny) #BC5A08
RGB
CMYK
RGB Variations
Color information
#BC5A08 (or 0xBC5A08) is known color: Tenne (Tawny). HEX triplet: BC, 5A and 08. RGB value is (188,90,8). Sum of RGB (Red+Green+Blue) = 188+90+8=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5A08 is #43A5F7. Grayscale: #6E6E6E. Windows color (decimal): -4433400 or 547516. OLE color: 547516.
HSL color Cylindrical-coordinate representation of color #BC5A08: hue angle of 27.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC5A08 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 8 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.26 |
| HSL | 27.33º | 0.92% | 0.38% | - |
| HSV(B) | 27.33º | 0.96% | 0.74% | - |
| XYZ | 24.44 | 18.02 | 2.42 | - |
| YUV | 109.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 8 | 0 | 0.52 | 0.96 | 0.26 | 27.33 | 0.92 | 0.38 |
| Hex | BC | 5A | 8 | 0 | 34 | 60 | 1A | 1B | 5C | 26 |
| Octal | 274 | 132 | 10 | 0 | 64 | 140 | 32 | 33 | 134 | 46 |
| Binary | 10111100 | 1011010 | 1000 | 0 | 110100 | 1100000 | 11010 | 11011 | 1011100 | 100110 |
Color Harmonies of #BC5A08
Complementary color
Monochromatic Colors of #BC5A08
Black with #BC5A08
Text Example
Text Example
White with #BC5A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5A08; }
p { color: rgb(188,90,8); }
H1.HeaderClassName
{
color: #BC5A08;
}
.AnyTagClassName
{
color: #BC5A08;
}
</style>
background-color css
<style>
a { background-color: #BC5A08; }
a { background-color: rgb(188,90,8); }
div.DivClassName
{
background-color: #BC5A08;
}
.BgClassName
{
background-color: #BC5A08;
}
</style>
border-color css
<style>
span { border-color: #BC5A08; }
span { border-color: rgb(188,90,8); }
td.TdClassName
{
border-color: #BC5A08;
}
.TagClassName
{
border-color: #BC5A08;
}
</style>