Shades of Tenne (Tawny) #BB570F
Tints of Tenne (Tawny) #BB570F
RGB
CMYK
RGB Variations
Color information
#BB570F (or 0xBB570F) is known color: Tenne (Tawny). HEX triplet: BB, 57 and 0F. RGB value is (187,87,15). Sum of RGB (Red+Green+Blue) = 187+87+15=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB570F is #44A8F0. Grayscale: #6D6D6D. Windows color (decimal): -4499697 or 1005499. OLE color: 1005499.
HSL color Cylindrical-coordinate representation of color #BB570F: hue angle of 25.12º 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 #BB570F is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 15 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.27 |
| HSL | 25.12º | 0.85% | 0.4% | - |
| HSV(B) | 25.12º | 0.92% | 0.73% | - |
| XYZ | 23.99 | 17.42 | 2.55 | - |
| YUV | 108.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 15 | 0 | 0.53 | 0.92 | 0.27 | 25.12 | 0.85 | 0.4 |
| Hex | BB | 57 | F | 0 | 35 | 5C | 1B | 19 | 55 | 28 |
| Octal | 273 | 127 | 17 | 0 | 65 | 134 | 33 | 31 | 125 | 50 |
| Binary | 10111011 | 1010111 | 1111 | 0 | 110101 | 1011100 | 11011 | 11001 | 1010101 | 101000 |
Color Harmonies of #BB570F
Complementary color
Monochromatic Colors of #BB570F
Black with #BB570F
Text Example
Text Example
White with #BB570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB570F; }
p { color: rgb(187,87,15); }
H1.HeaderClassName
{
color: #BB570F;
}
.AnyTagClassName
{
color: #BB570F;
}
</style>
background-color css
<style>
a { background-color: #BB570F; }
a { background-color: rgb(187,87,15); }
div.DivClassName
{
background-color: #BB570F;
}
.BgClassName
{
background-color: #BB570F;
}
</style>
border-color css
<style>
span { border-color: #BB570F; }
span { border-color: rgb(187,87,15); }
td.TdClassName
{
border-color: #BB570F;
}
.TagClassName
{
border-color: #BB570F;
}
</style>