Shades of Tenne (Tawny) #BB6101
Tints of Tenne (Tawny) #BB6101
RGB
CMYK
RGB Variations
Color information
#BB6101 (or 0xBB6101) is known color: Tenne (Tawny). HEX triplet: BB, 61 and 01. RGB value is (187,97,1). Sum of RGB (Red+Green+Blue) = 187+97+1=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6101 is #449EFE. Grayscale: #717171. Windows color (decimal): -4497151 or 90555. OLE color: 90555.
HSL color Cylindrical-coordinate representation of color #BB6101: hue angle of 30.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB6101 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 97 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.27 |
| HSL | 30.97º | 0.99% | 0.37% | - |
| HSV(B) | 30.97º | 0.99% | 0.73% | - |
| XYZ | 24.77 | 19.12 | 2.41 | - |
| YUV | 112.97 | 64.82 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 1 | 0 | 0.48 | 0.99 | 0.27 | 30.97 | 0.99 | 0.37 |
| Hex | BB | 61 | 1 | 0 | 30 | 63 | 1B | 1F | 63 | 25 |
| Octal | 273 | 141 | 1 | 0 | 60 | 143 | 33 | 37 | 143 | 45 |
| Binary | 10111011 | 1100001 | 1 | 0 | 110000 | 1100011 | 11011 | 11111 | 1100011 | 100101 |
Color Harmonies of #BB6101
Complementary color
Monochromatic Colors of #BB6101
Black with #BB6101
Text Example
Text Example
White with #BB6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6101; }
p { color: rgb(187,97,1); }
H1.HeaderClassName
{
color: #BB6101;
}
.AnyTagClassName
{
color: #BB6101;
}
</style>
background-color css
<style>
a { background-color: #BB6101; }
a { background-color: rgb(187,97,1); }
div.DivClassName
{
background-color: #BB6101;
}
.BgClassName
{
background-color: #BB6101;
}
</style>
border-color css
<style>
span { border-color: #BB6101; }
span { border-color: rgb(187,97,1); }
td.TdClassName
{
border-color: #BB6101;
}
.TagClassName
{
border-color: #BB6101;
}
</style>