Shades of Tenne (Tawny) #BC5E09
Tints of Tenne (Tawny) #BC5E09
RGB
CMYK
RGB Variations
Color information
#BC5E09 (or 0xBC5E09) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 09. RGB value is (188,94,9). Sum of RGB (Red+Green+Blue) = 188+94+9=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E09 is #43A1F6. Grayscale: #707070. Windows color (decimal): -4432375 or 614076. OLE color: 614076.
HSL color Cylindrical-coordinate representation of color #BC5E09: hue angle of 28.49º 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 #BC5E09 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 9 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.26 |
| HSL | 28.49º | 0.91% | 0.39% | - |
| HSV(B) | 28.49º | 0.95% | 0.74% | - |
| XYZ | 24.79 | 18.72 | 2.56 | - |
| YUV | 112.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 9 | 0 | 0.50 | 0.95 | 0.26 | 28.49 | 0.91 | 0.39 |
| Hex | BC | 5E | 9 | 0 | 32 | 5F | 1A | 1C | 5B | 27 |
| Octal | 274 | 136 | 11 | 0 | 62 | 137 | 32 | 34 | 133 | 47 |
| Binary | 10111100 | 1011110 | 1001 | 0 | 110010 | 1011111 | 11010 | 11100 | 1011011 | 100111 |
Color Harmonies of #BC5E09
Complementary color
Monochromatic Colors of #BC5E09
Black with #BC5E09
Text Example
Text Example
White with #BC5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E09; }
p { color: rgb(188,94,9); }
H1.HeaderClassName
{
color: #BC5E09;
}
.AnyTagClassName
{
color: #BC5E09;
}
</style>
background-color css
<style>
a { background-color: #BC5E09; }
a { background-color: rgb(188,94,9); }
div.DivClassName
{
background-color: #BC5E09;
}
.BgClassName
{
background-color: #BC5E09;
}
</style>
border-color css
<style>
span { border-color: #BC5E09; }
span { border-color: rgb(188,94,9); }
td.TdClassName
{
border-color: #BC5E09;
}
.TagClassName
{
border-color: #BC5E09;
}
</style>