Shades of Twine #BB8557
Tints of Twine #BB8557
RGB
CMYK
RGB Variations
Color information
#BB8557 (or 0xBB8557) is known color: Twine. HEX triplet: BB, 85 and 57. RGB value is (187,133,87). Sum of RGB (Red+Green+Blue) = 187+133+87=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8557 is #447AA8. Grayscale: #909090. Windows color (decimal): -4487849 or 5735867. OLE color: 5735867.
HSL color Cylindrical-coordinate representation of color #BB8557: hue angle of 27.6º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB8557 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 87 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.27 |
| HSL | 27.6º | 0.42% | 0.54% | - |
| HSV(B) | 27.6º | 0.53% | 0.73% | - |
| XYZ | 30.6 | 28.03 | 12.81 | - |
| YUV | 143.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 87 | 0 | 0.29 | 0.53 | 0.27 | 27.6 | 0.42 | 0.54 |
| Hex | BB | 85 | 57 | 0 | 1D | 35 | 1B | 1C | 2A | 36 |
| Octal | 273 | 205 | 127 | 0 | 35 | 65 | 33 | 34 | 52 | 66 |
| Binary | 10111011 | 10000101 | 1010111 | 0 | 11101 | 110101 | 11011 | 11100 | 101010 | 110110 |
Color Harmonies of #BB8557
Complementary color
Monochromatic Colors of #BB8557
Black with #BB8557
Text Example
Text Example
White with #BB8557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8557; }
p { color: rgb(187,133,87); }
H1.HeaderClassName
{
color: #BB8557;
}
.AnyTagClassName
{
color: #BB8557;
}
</style>
background-color css
<style>
a { background-color: #BB8557; }
a { background-color: rgb(187,133,87); }
div.DivClassName
{
background-color: #BB8557;
}
.BgClassName
{
background-color: #BB8557;
}
</style>
border-color css
<style>
span { border-color: #BB8557; }
span { border-color: rgb(187,133,87); }
td.TdClassName
{
border-color: #BB8557;
}
.TagClassName
{
border-color: #BB8557;
}
</style>