Shades of Tenne (Tawny) #BC4E02
Tints of Tenne (Tawny) #BC4E02
RGB
CMYK
RGB Variations
Color information
#BC4E02 (or 0xBC4E02) is known color: Tenne (Tawny). HEX triplet: BC, 4E and 02. RGB value is (188,78,2). Sum of RGB (Red+Green+Blue) = 188+78+2=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E02 is #43B1FD. Grayscale: #666666. Windows color (decimal): -4436478 or 151228. OLE color: 151228.
HSL color Cylindrical-coordinate representation of color #BC4E02: hue angle of 24.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC4E02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 78 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.26 |
| HSL | 24.52º | 0.98% | 0.37% | - |
| HSV(B) | 24.52º | 0.99% | 0.74% | - |
| XYZ | 23.47 | 16.14 | 1.94 | - |
| YUV | 102.23 | 71.44 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 2 | 0 | 0.59 | 0.99 | 0.26 | 24.52 | 0.98 | 0.37 |
| Hex | BC | 4E | 2 | 0 | 3B | 63 | 1A | 19 | 62 | 25 |
| Octal | 274 | 116 | 2 | 0 | 73 | 143 | 32 | 31 | 142 | 45 |
| Binary | 10111100 | 1001110 | 10 | 0 | 111011 | 1100011 | 11010 | 11001 | 1100010 | 100101 |
Color Harmonies of #BC4E02
Complementary color
Monochromatic Colors of #BC4E02
Black with #BC4E02
Text Example
Text Example
White with #BC4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4E02; }
p { color: rgb(188,78,2); }
H1.HeaderClassName
{
color: #BC4E02;
}
.AnyTagClassName
{
color: #BC4E02;
}
</style>
background-color css
<style>
a { background-color: #BC4E02; }
a { background-color: rgb(188,78,2); }
div.DivClassName
{
background-color: #BC4E02;
}
.BgClassName
{
background-color: #BC4E02;
}
</style>
border-color css
<style>
span { border-color: #BC4E02; }
span { border-color: rgb(188,78,2); }
td.TdClassName
{
border-color: #BC4E02;
}
.TagClassName
{
border-color: #BC4E02;
}
</style>