Shades of Tenne (Tawny) #BC5A09
Tints of Tenne (Tawny) #BC5A09
RGB
CMYK
RGB Variations
Color information
#BC5A09 (or 0xBC5A09) is known color: Tenne (Tawny). HEX triplet: BC, 5A and 09. RGB value is (188,90,9). Sum of RGB (Red+Green+Blue) = 188+90+9=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5A09 is #43A5F6. Grayscale: #6E6E6E. Windows color (decimal): -4433399 or 613052. OLE color: 613052.
HSL color Cylindrical-coordinate representation of color #BC5A09: hue angle of 27.15º degrees, saturation: 0.91, 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 #BC5A09 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 9 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.26 |
| HSL | 27.15º | 0.91% | 0.39% | - |
| HSV(B) | 27.15º | 0.95% | 0.74% | - |
| XYZ | 24.44 | 18.02 | 2.45 | - |
| YUV | 110.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 9 | 0 | 0.52 | 0.95 | 0.26 | 27.15 | 0.91 | 0.39 |
| Hex | BC | 5A | 9 | 0 | 34 | 5F | 1A | 1B | 5B | 27 |
| Octal | 274 | 132 | 11 | 0 | 64 | 137 | 32 | 33 | 133 | 47 |
| Binary | 10111100 | 1011010 | 1001 | 0 | 110100 | 1011111 | 11010 | 11011 | 1011011 | 100111 |
Color Harmonies of #BC5A09
Complementary color
Monochromatic Colors of #BC5A09
Black with #BC5A09
Text Example
Text Example
White with #BC5A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5A09; }
p { color: rgb(188,90,9); }
H1.HeaderClassName
{
color: #BC5A09;
}
.AnyTagClassName
{
color: #BC5A09;
}
</style>
background-color css
<style>
a { background-color: #BC5A09; }
a { background-color: rgb(188,90,9); }
div.DivClassName
{
background-color: #BC5A09;
}
.BgClassName
{
background-color: #BC5A09;
}
</style>
border-color css
<style>
span { border-color: #BC5A09; }
span { border-color: rgb(188,90,9); }
td.TdClassName
{
border-color: #BC5A09;
}
.TagClassName
{
border-color: #BC5A09;
}
</style>