Shades of Tenne (Tawny) #BC5A07
Tints of Tenne (Tawny) #BC5A07
RGB
CMYK
RGB Variations
Color information
#BC5A07 (or 0xBC5A07) is known color: Tenne (Tawny). HEX triplet: BC, 5A and 07. RGB value is (188,90,7). Sum of RGB (Red+Green+Blue) = 188+90+7=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5A07 is #43A5F8. Grayscale: #6E6E6E. Windows color (decimal): -4433401 or 481980. OLE color: 481980.
HSL color Cylindrical-coordinate representation of color #BC5A07: hue angle of 27.51º degrees, saturation: 0.93, 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 #BC5A07 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 7 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.26 |
| HSL | 27.51º | 0.93% | 0.38% | - |
| HSV(B) | 27.51º | 0.96% | 0.74% | - |
| XYZ | 24.43 | 18.02 | 2.39 | - |
| YUV | 109.84 | 69.97 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 7 | 0 | 0.52 | 0.96 | 0.26 | 27.51 | 0.93 | 0.38 |
| Hex | BC | 5A | 7 | 0 | 34 | 60 | 1A | 1C | 5D | 26 |
| Octal | 274 | 132 | 7 | 0 | 64 | 140 | 32 | 34 | 135 | 46 |
| Binary | 10111100 | 1011010 | 111 | 0 | 110100 | 1100000 | 11010 | 11100 | 1011101 | 100110 |
Color Harmonies of #BC5A07
Complementary color
Monochromatic Colors of #BC5A07
Black with #BC5A07
Text Example
Text Example
White with #BC5A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5A07; }
p { color: rgb(188,90,7); }
H1.HeaderClassName
{
color: #BC5A07;
}
.AnyTagClassName
{
color: #BC5A07;
}
</style>
background-color css
<style>
a { background-color: #BC5A07; }
a { background-color: rgb(188,90,7); }
div.DivClassName
{
background-color: #BC5A07;
}
.BgClassName
{
background-color: #BC5A07;
}
</style>
border-color css
<style>
span { border-color: #BC5A07; }
span { border-color: rgb(188,90,7); }
td.TdClassName
{
border-color: #BC5A07;
}
.TagClassName
{
border-color: #BC5A07;
}
</style>