Shades of Tenne (Tawny) #BB550A
Tints of Tenne (Tawny) #BB550A
RGB
CMYK
RGB Variations
Color information
#BB550A (or 0xBB550A) is known color: Tenne (Tawny). HEX triplet: BB, 55 and 0A. RGB value is (187,85,10). Sum of RGB (Red+Green+Blue) = 187+85+10=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB550A is #44AAF5. Grayscale: #6B6B6B. Windows color (decimal): -4500214 or 677307. OLE color: 677307.
HSL color Cylindrical-coordinate representation of color #BB550A: hue angle of 25.42º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB550A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.27 |
| HSL | 25.42º | 0.9% | 0.39% | - |
| HSV(B) | 25.42º | 0.95% | 0.73% | - |
| XYZ | 23.8 | 17.08 | 2.33 | - |
| YUV | 106.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 10 | 0 | 0.55 | 0.95 | 0.27 | 25.42 | 0.9 | 0.39 |
| Hex | BB | 55 | A | 0 | 37 | 5F | 1B | 19 | 5A | 27 |
| Octal | 273 | 125 | 12 | 0 | 67 | 137 | 33 | 31 | 132 | 47 |
| Binary | 10111011 | 1010101 | 1010 | 0 | 110111 | 1011111 | 11011 | 11001 | 1011010 | 100111 |
Color Harmonies of #BB550A
Complementary color
Monochromatic Colors of #BB550A
Black with #BB550A
Text Example
Text Example
White with #BB550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB550A; }
p { color: rgb(187,85,10); }
H1.HeaderClassName
{
color: #BB550A;
}
.AnyTagClassName
{
color: #BB550A;
}
</style>
background-color css
<style>
a { background-color: #BB550A; }
a { background-color: rgb(187,85,10); }
div.DivClassName
{
background-color: #BB550A;
}
.BgClassName
{
background-color: #BB550A;
}
</style>
border-color css
<style>
span { border-color: #BB550A; }
span { border-color: rgb(187,85,10); }
td.TdClassName
{
border-color: #BB550A;
}
.TagClassName
{
border-color: #BB550A;
}
</style>