Shades of Twine #BB8159
Tints of Twine #BB8159
RGB
CMYK
RGB Variations
Color information
#BB8159 (or 0xBB8159) is known color: Twine. HEX triplet: BB, 81 and 59. RGB value is (187,129,89). Sum of RGB (Red+Green+Blue) = 187+129+89=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8159 is #447EA6. Grayscale: #8E8E8E. Windows color (decimal): -4488871 or 5865915. OLE color: 5865915.
HSL color Cylindrical-coordinate representation of color #BB8159: hue angle of 24.49º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB8159 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 89 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.27 |
| HSL | 24.49º | 0.42% | 0.54% | - |
| HSV(B) | 24.49º | 0.52% | 0.73% | - |
| XYZ | 30.15 | 26.99 | 13.07 | - |
| YUV | 141.78 | 98.22 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 89 | 0 | 0.31 | 0.52 | 0.27 | 24.49 | 0.42 | 0.54 |
| Hex | BB | 81 | 59 | 0 | 1F | 34 | 1B | 18 | 2A | 36 |
| Octal | 273 | 201 | 131 | 0 | 37 | 64 | 33 | 30 | 52 | 66 |
| Binary | 10111011 | 10000001 | 1011001 | 0 | 11111 | 110100 | 11011 | 11000 | 101010 | 110110 |
Color Harmonies of #BB8159
Complementary color
Monochromatic Colors of #BB8159
Black with #BB8159
Text Example
Text Example
White with #BB8159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8159; }
p { color: rgb(187,129,89); }
H1.HeaderClassName
{
color: #BB8159;
}
.AnyTagClassName
{
color: #BB8159;
}
</style>
background-color css
<style>
a { background-color: #BB8159; }
a { background-color: rgb(187,129,89); }
div.DivClassName
{
background-color: #BB8159;
}
.BgClassName
{
background-color: #BB8159;
}
</style>
border-color css
<style>
span { border-color: #BB8159; }
span { border-color: rgb(187,129,89); }
td.TdClassName
{
border-color: #BB8159;
}
.TagClassName
{
border-color: #BB8159;
}
</style>