Shades of Tenne (Tawny) #BC5B02
Tints of Tenne (Tawny) #BC5B02
RGB
CMYK
RGB Variations
Color information
#BC5B02 (or 0xBC5B02) is known color: Tenne (Tawny). HEX triplet: BC, 5B and 02. RGB value is (188,91,2). Sum of RGB (Red+Green+Blue) = 188+91+2=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5B02 is #43A4FD. Grayscale: #6E6E6E. Windows color (decimal): -4433150 or 154556. OLE color: 154556.
HSL color Cylindrical-coordinate representation of color #BC5B02: hue angle of 28.71º 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 #BC5B02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.26 |
| HSL | 28.71º | 0.98% | 0.37% | - |
| HSV(B) | 28.71º | 0.99% | 0.74% | - |
| XYZ | 24.49 | 18.18 | 2.28 | - |
| YUV | 109.86 | 67.14 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 2 | 0 | 0.52 | 0.99 | 0.26 | 28.71 | 0.98 | 0.37 |
| Hex | BC | 5B | 2 | 0 | 34 | 63 | 1A | 1D | 62 | 25 |
| Octal | 274 | 133 | 2 | 0 | 64 | 143 | 32 | 35 | 142 | 45 |
| Binary | 10111100 | 1011011 | 10 | 0 | 110100 | 1100011 | 11010 | 11101 | 1100010 | 100101 |
Color Harmonies of #BC5B02
Complementary color
Monochromatic Colors of #BC5B02
Black with #BC5B02
Text Example
Text Example
White with #BC5B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B02; }
p { color: rgb(188,91,2); }
H1.HeaderClassName
{
color: #BC5B02;
}
.AnyTagClassName
{
color: #BC5B02;
}
</style>
background-color css
<style>
a { background-color: #BC5B02; }
a { background-color: rgb(188,91,2); }
div.DivClassName
{
background-color: #BC5B02;
}
.BgClassName
{
background-color: #BC5B02;
}
</style>
border-color css
<style>
span { border-color: #BC5B02; }
span { border-color: rgb(188,91,2); }
td.TdClassName
{
border-color: #BC5B02;
}
.TagClassName
{
border-color: #BC5B02;
}
</style>