Shades of Twine #BB9355
Tints of Twine #BB9355
RGB
CMYK
RGB Variations
Color information
#BB9355 (or 0xBB9355) is known color: Twine. HEX triplet: BB, 93 and 55. RGB value is (187,147,85). Sum of RGB (Red+Green+Blue) = 187+147+85=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9355 is #446CAA. Grayscale: #989898. Windows color (decimal): -4484267 or 5608379. OLE color: 5608379.
HSL color Cylindrical-coordinate representation of color #BB9355: hue angle of 36.47º 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 #BB9355 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 85 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.27 |
| HSL | 36.47º | 0.43% | 0.53% | - |
| HSV(B) | 36.47º | 0.55% | 0.73% | - |
| XYZ | 32.57 | 32.09 | 13.07 | - |
| YUV | 151.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 85 | 0 | 0.21 | 0.55 | 0.27 | 36.47 | 0.43 | 0.53 |
| Hex | BB | 93 | 55 | 0 | 15 | 37 | 1B | 24 | 2B | 35 |
| Octal | 273 | 223 | 125 | 0 | 25 | 67 | 33 | 44 | 53 | 65 |
| Binary | 10111011 | 10010011 | 1010101 | 0 | 10101 | 110111 | 11011 | 100100 | 101011 | 110101 |
Color Harmonies of #BB9355
Complementary color
Monochromatic Colors of #BB9355
Black with #BB9355
Text Example
Text Example
White with #BB9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9355; }
p { color: rgb(187,147,85); }
H1.HeaderClassName
{
color: #BB9355;
}
.AnyTagClassName
{
color: #BB9355;
}
</style>
background-color css
<style>
a { background-color: #BB9355; }
a { background-color: rgb(187,147,85); }
div.DivClassName
{
background-color: #BB9355;
}
.BgClassName
{
background-color: #BB9355;
}
</style>
border-color css
<style>
span { border-color: #BB9355; }
span { border-color: rgb(187,147,85); }
td.TdClassName
{
border-color: #BB9355;
}
.TagClassName
{
border-color: #BB9355;
}
</style>