Shades of Tenne (Tawny) #BB5A09
Tints of Tenne (Tawny) #BB5A09
RGB
CMYK
RGB Variations
Color information
#BB5A09 (or 0xBB5A09) is known color: Tenne (Tawny). HEX triplet: BB, 5A and 09. RGB value is (187,90,9). Sum of RGB (Red+Green+Blue) = 187+90+9=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5A09 is #44A5F6. Grayscale: #6E6E6E. Windows color (decimal): -4498935 or 613051. OLE color: 613051.
HSL color Cylindrical-coordinate representation of color #BB5A09: hue angle of 27.3º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB5A09 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 9 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.27 |
| HSL | 27.3º | 0.91% | 0.38% | - |
| HSV(B) | 27.3º | 0.95% | 0.73% | - |
| XYZ | 24.2 | 17.9 | 2.44 | - |
| YUV | 109.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 9 | 0 | 0.52 | 0.95 | 0.27 | 27.3 | 0.91 | 0.38 |
| Hex | BB | 5A | 9 | 0 | 34 | 5F | 1B | 1B | 5B | 26 |
| Octal | 273 | 132 | 11 | 0 | 64 | 137 | 33 | 33 | 133 | 46 |
| Binary | 10111011 | 1011010 | 1001 | 0 | 110100 | 1011111 | 11011 | 11011 | 1011011 | 100110 |
Color Harmonies of #BB5A09
Complementary color
Monochromatic Colors of #BB5A09
Black with #BB5A09
Text Example
Text Example
White with #BB5A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A09; }
p { color: rgb(187,90,9); }
H1.HeaderClassName
{
color: #BB5A09;
}
.AnyTagClassName
{
color: #BB5A09;
}
</style>
background-color css
<style>
a { background-color: #BB5A09; }
a { background-color: rgb(187,90,9); }
div.DivClassName
{
background-color: #BB5A09;
}
.BgClassName
{
background-color: #BB5A09;
}
</style>
border-color css
<style>
span { border-color: #BB5A09; }
span { border-color: rgb(187,90,9); }
td.TdClassName
{
border-color: #BB5A09;
}
.TagClassName
{
border-color: #BB5A09;
}
</style>