Shades of Twine #BB8555
Tints of Twine #BB8555
RGB
CMYK
RGB Variations
Color information
#BB8555 (or 0xBB8555) is known color: Twine. HEX triplet: BB, 85 and 55. RGB value is (187,133,85). Sum of RGB (Red+Green+Blue) = 187+133+85=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8555 is #447AAA. Grayscale: #8F8F8F. Windows color (decimal): -4487851 or 5604795. OLE color: 5604795.
HSL color Cylindrical-coordinate representation of color #BB8555: hue angle of 28.24º 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 #BB8555 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 85 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.27 |
| HSL | 28.24º | 0.43% | 0.53% | - |
| HSV(B) | 28.24º | 0.55% | 0.73% | - |
| XYZ | 30.52 | 28 | 12.39 | - |
| YUV | 143.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 85 | 0 | 0.29 | 0.55 | 0.27 | 28.24 | 0.43 | 0.53 |
| Hex | BB | 85 | 55 | 0 | 1D | 37 | 1B | 1C | 2B | 35 |
| Octal | 273 | 205 | 125 | 0 | 35 | 67 | 33 | 34 | 53 | 65 |
| Binary | 10111011 | 10000101 | 1010101 | 0 | 11101 | 110111 | 11011 | 11100 | 101011 | 110101 |
Color Harmonies of #BB8555
Complementary color
Monochromatic Colors of #BB8555
Black with #BB8555
Text Example
Text Example
White with #BB8555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8555; }
p { color: rgb(187,133,85); }
H1.HeaderClassName
{
color: #BB8555;
}
.AnyTagClassName
{
color: #BB8555;
}
</style>
background-color css
<style>
a { background-color: #BB8555; }
a { background-color: rgb(187,133,85); }
div.DivClassName
{
background-color: #BB8555;
}
.BgClassName
{
background-color: #BB8555;
}
</style>
border-color css
<style>
span { border-color: #BB8555; }
span { border-color: rgb(187,133,85); }
td.TdClassName
{
border-color: #BB8555;
}
.TagClassName
{
border-color: #BB8555;
}
</style>