Shades of Tenne (Tawny) #BB610A
Tints of Tenne (Tawny) #BB610A
RGB
CMYK
RGB Variations
Color information
#BB610A (or 0xBB610A) is known color: Tenne (Tawny). HEX triplet: BB, 61 and 0A. RGB value is (187,97,10). Sum of RGB (Red+Green+Blue) = 187+97+10=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB610A is #449EF5. Grayscale: #727272. Windows color (decimal): -4497142 or 680379. OLE color: 680379.
HSL color Cylindrical-coordinate representation of color #BB610A: hue angle of 29.49º 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 #BB610A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 97 | 10 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.27 |
| HSL | 29.49º | 0.9% | 0.39% | - |
| HSV(B) | 29.49º | 0.95% | 0.73% | - |
| XYZ | 24.82 | 19.14 | 2.67 | - |
| YUV | 113.99 | 69.32 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 10 | 0 | 0.48 | 0.95 | 0.27 | 29.49 | 0.9 | 0.39 |
| Hex | BB | 61 | A | 0 | 30 | 5F | 1B | 1D | 5A | 27 |
| Octal | 273 | 141 | 12 | 0 | 60 | 137 | 33 | 35 | 132 | 47 |
| Binary | 10111011 | 1100001 | 1010 | 0 | 110000 | 1011111 | 11011 | 11101 | 1011010 | 100111 |
Color Harmonies of #BB610A
Complementary color
Monochromatic Colors of #BB610A
Black with #BB610A
Text Example
Text Example
White with #BB610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB610A; }
p { color: rgb(187,97,10); }
H1.HeaderClassName
{
color: #BB610A;
}
.AnyTagClassName
{
color: #BB610A;
}
</style>
background-color css
<style>
a { background-color: #BB610A; }
a { background-color: rgb(187,97,10); }
div.DivClassName
{
background-color: #BB610A;
}
.BgClassName
{
background-color: #BB610A;
}
</style>
border-color css
<style>
span { border-color: #BB610A; }
span { border-color: rgb(187,97,10); }
td.TdClassName
{
border-color: #BB610A;
}
.TagClassName
{
border-color: #BB610A;
}
</style>