Shades of Tenne (Tawny) #BB550C
Tints of Tenne (Tawny) #BB550C
RGB
CMYK
RGB Variations
Color information
#BB550C (or 0xBB550C) is known color: Tenne (Tawny). HEX triplet: BB, 55 and 0C. RGB value is (187,85,12). Sum of RGB (Red+Green+Blue) = 187+85+12=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB550C is #44AAF3. Grayscale: #6B6B6B. Windows color (decimal): -4500212 or 808379. OLE color: 808379.
HSL color Cylindrical-coordinate representation of color #BB550C: hue angle of 25.03º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB550C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 12 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.27 |
| HSL | 25.03º | 0.88% | 0.39% | - |
| HSV(B) | 25.03º | 0.94% | 0.73% | - |
| XYZ | 23.81 | 17.09 | 2.39 | - |
| YUV | 107.18 | 74.29 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 12 | 0 | 0.55 | 0.94 | 0.27 | 25.03 | 0.88 | 0.39 |
| Hex | BB | 55 | C | 0 | 37 | 5E | 1B | 19 | 58 | 27 |
| Octal | 273 | 125 | 14 | 0 | 67 | 136 | 33 | 31 | 130 | 47 |
| Binary | 10111011 | 1010101 | 1100 | 0 | 110111 | 1011110 | 11011 | 11001 | 1011000 | 100111 |
Color Harmonies of #BB550C
Complementary color
Monochromatic Colors of #BB550C
Black with #BB550C
Text Example
Text Example
White with #BB550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB550C; }
p { color: rgb(187,85,12); }
H1.HeaderClassName
{
color: #BB550C;
}
.AnyTagClassName
{
color: #BB550C;
}
</style>
background-color css
<style>
a { background-color: #BB550C; }
a { background-color: rgb(187,85,12); }
div.DivClassName
{
background-color: #BB550C;
}
.BgClassName
{
background-color: #BB550C;
}
</style>
border-color css
<style>
span { border-color: #BB550C; }
span { border-color: rgb(187,85,12); }
td.TdClassName
{
border-color: #BB550C;
}
.TagClassName
{
border-color: #BB550C;
}
</style>