Shades of Twine #BB8851
Tints of Twine #BB8851
RGB
CMYK
RGB Variations
Color information
#BB8851 (or 0xBB8851) is known color: Twine. HEX triplet: BB, 88 and 51. RGB value is (187,136,81). Sum of RGB (Red+Green+Blue) = 187+136+81=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8851 is #4477AE. Grayscale: #919191. Windows color (decimal): -4487087 or 5343419. OLE color: 5343419.
HSL color Cylindrical-coordinate representation of color #BB8851: hue angle of 31.13º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB8851 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 81 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.27 |
| HSL | 31.13º | 0.44% | 0.53% | - |
| HSV(B) | 31.13º | 0.57% | 0.73% | - |
| XYZ | 30.78 | 28.77 | 11.71 | - |
| YUV | 144.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 81 | 0 | 0.27 | 0.57 | 0.27 | 31.13 | 0.44 | 0.53 |
| Hex | BB | 88 | 51 | 0 | 1B | 39 | 1B | 1F | 2C | 35 |
| Octal | 273 | 210 | 121 | 0 | 33 | 71 | 33 | 37 | 54 | 65 |
| Binary | 10111011 | 10001000 | 1010001 | 0 | 11011 | 111001 | 11011 | 11111 | 101100 | 110101 |
Color Harmonies of #BB8851
Complementary color
Monochromatic Colors of #BB8851
Black with #BB8851
Text Example
Text Example
White with #BB8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8851; }
p { color: rgb(187,136,81); }
H1.HeaderClassName
{
color: #BB8851;
}
.AnyTagClassName
{
color: #BB8851;
}
</style>
background-color css
<style>
a { background-color: #BB8851; }
a { background-color: rgb(187,136,81); }
div.DivClassName
{
background-color: #BB8851;
}
.BgClassName
{
background-color: #BB8851;
}
</style>
border-color css
<style>
span { border-color: #BB8851; }
span { border-color: rgb(187,136,81); }
td.TdClassName
{
border-color: #BB8851;
}
.TagClassName
{
border-color: #BB8851;
}
</style>