Shades of Twine #BB9155
Tints of Twine #BB9155
RGB
CMYK
RGB Variations
Color information
#BB9155 (or 0xBB9155) is known color: Twine. HEX triplet: BB, 91 and 55. RGB value is (187,145,85). Sum of RGB (Red+Green+Blue) = 187+145+85=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9155 is #446EAA. Grayscale: #979797. Windows color (decimal): -4484779 or 5607867. OLE color: 5607867.
HSL color Cylindrical-coordinate representation of color #BB9155: hue angle of 35.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB9155 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 85 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.27 |
| HSL | 35.29º | 0.43% | 0.53% | - |
| HSV(B) | 35.29º | 0.55% | 0.73% | - |
| XYZ | 32.26 | 31.47 | 12.97 | - |
| YUV | 150.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 85 | 0 | 0.22 | 0.55 | 0.27 | 35.29 | 0.43 | 0.53 |
| Hex | BB | 91 | 55 | 0 | 16 | 37 | 1B | 23 | 2B | 35 |
| Octal | 273 | 221 | 125 | 0 | 26 | 67 | 33 | 43 | 53 | 65 |
| Binary | 10111011 | 10010001 | 1010101 | 0 | 10110 | 110111 | 11011 | 100011 | 101011 | 110101 |
Color Harmonies of #BB9155
Complementary color
Monochromatic Colors of #BB9155
Black with #BB9155
Text Example
Text Example
White with #BB9155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9155; }
p { color: rgb(187,145,85); }
H1.HeaderClassName
{
color: #BB9155;
}
.AnyTagClassName
{
color: #BB9155;
}
</style>
background-color css
<style>
a { background-color: #BB9155; }
a { background-color: rgb(187,145,85); }
div.DivClassName
{
background-color: #BB9155;
}
.BgClassName
{
background-color: #BB9155;
}
</style>
border-color css
<style>
span { border-color: #BB9155; }
span { border-color: rgb(187,145,85); }
td.TdClassName
{
border-color: #BB9155;
}
.TagClassName
{
border-color: #BB9155;
}
</style>