Shades of Tenne (Tawny) #BB5C0D
Tints of Tenne (Tawny) #BB5C0D
RGB
CMYK
RGB Variations
Color information
#BB5C0D (or 0xBB5C0D) is known color: Tenne (Tawny). HEX triplet: BB, 5C and 0D. RGB value is (187,92,13). Sum of RGB (Red+Green+Blue) = 187+92+13=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5C0D is #44A3F2. Grayscale: #6F6F6F. Windows color (decimal): -4498419 or 875707. OLE color: 875707.
HSL color Cylindrical-coordinate representation of color #BB5C0D: hue angle of 27.24º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB5C0D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 13 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.27 |
| HSL | 27.24º | 0.87% | 0.39% | - |
| HSV(B) | 27.24º | 0.93% | 0.73% | - |
| XYZ | 24.39 | 18.25 | 2.62 | - |
| YUV | 111.4 | 72.47 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 13 | 0 | 0.51 | 0.93 | 0.27 | 27.24 | 0.87 | 0.39 |
| Hex | BB | 5C | D | 0 | 33 | 5D | 1B | 1B | 57 | 27 |
| Octal | 273 | 134 | 15 | 0 | 63 | 135 | 33 | 33 | 127 | 47 |
| Binary | 10111011 | 1011100 | 1101 | 0 | 110011 | 1011101 | 11011 | 11011 | 1010111 | 100111 |
Color Harmonies of #BB5C0D
Complementary color
Monochromatic Colors of #BB5C0D
Black with #BB5C0D
Text Example
Text Example
White with #BB5C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C0D; }
p { color: rgb(187,92,13); }
H1.HeaderClassName
{
color: #BB5C0D;
}
.AnyTagClassName
{
color: #BB5C0D;
}
</style>
background-color css
<style>
a { background-color: #BB5C0D; }
a { background-color: rgb(187,92,13); }
div.DivClassName
{
background-color: #BB5C0D;
}
.BgClassName
{
background-color: #BB5C0D;
}
</style>
border-color css
<style>
span { border-color: #BB5C0D; }
span { border-color: rgb(187,92,13); }
td.TdClassName
{
border-color: #BB5C0D;
}
.TagClassName
{
border-color: #BB5C0D;
}
</style>