Shades of Tenne (Tawny) #BB5A0F
Tints of Tenne (Tawny) #BB5A0F
RGB
CMYK
RGB Variations
Color information
#BB5A0F (or 0xBB5A0F) is known color: Tenne (Tawny). HEX triplet: BB, 5A and 0F. RGB value is (187,90,15). Sum of RGB (Red+Green+Blue) = 187+90+15=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5A0F is #44A5F0. Grayscale: #6E6E6E. Windows color (decimal): -4498929 or 1006267. OLE color: 1006267.
HSL color Cylindrical-coordinate representation of color #BB5A0F: hue angle of 26.16º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB5A0F is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 15 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.27 |
| HSL | 26.16º | 0.85% | 0.4% | - |
| HSV(B) | 26.16º | 0.92% | 0.73% | - |
| XYZ | 24.24 | 17.91 | 2.63 | - |
| YUV | 110.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 15 | 0 | 0.52 | 0.92 | 0.27 | 26.16 | 0.85 | 0.4 |
| Hex | BB | 5A | F | 0 | 34 | 5C | 1B | 1A | 55 | 28 |
| Octal | 273 | 132 | 17 | 0 | 64 | 134 | 33 | 32 | 125 | 50 |
| Binary | 10111011 | 1011010 | 1111 | 0 | 110100 | 1011100 | 11011 | 11010 | 1010101 | 101000 |
Color Harmonies of #BB5A0F
Complementary color
Monochromatic Colors of #BB5A0F
Black with #BB5A0F
Text Example
Text Example
White with #BB5A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A0F; }
p { color: rgb(187,90,15); }
H1.HeaderClassName
{
color: #BB5A0F;
}
.AnyTagClassName
{
color: #BB5A0F;
}
</style>
background-color css
<style>
a { background-color: #BB5A0F; }
a { background-color: rgb(187,90,15); }
div.DivClassName
{
background-color: #BB5A0F;
}
.BgClassName
{
background-color: #BB5A0F;
}
</style>
border-color css
<style>
span { border-color: #BB5A0F; }
span { border-color: rgb(187,90,15); }
td.TdClassName
{
border-color: #BB5A0F;
}
.TagClassName
{
border-color: #BB5A0F;
}
</style>