Shades of Twine #BB8550
Tints of Twine #BB8550
RGB
CMYK
RGB Variations
Color information
#BB8550 (or 0xBB8550) is known color: Twine. HEX triplet: BB, 85 and 50. RGB value is (187,133,80). Sum of RGB (Red+Green+Blue) = 187+133+80=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8550 is #447AAF. Grayscale: #8F8F8F. Windows color (decimal): -4487856 or 5277115. OLE color: 5277115.
HSL color Cylindrical-coordinate representation of color #BB8550: hue angle of 29.72º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB8550 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 80 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.27 |
| HSL | 29.72º | 0.44% | 0.52% | - |
| HSV(B) | 29.72º | 0.57% | 0.73% | - |
| XYZ | 30.33 | 27.92 | 11.38 | - |
| YUV | 143.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 80 | 0 | 0.29 | 0.57 | 0.27 | 29.72 | 0.44 | 0.52 |
| Hex | BB | 85 | 50 | 0 | 1D | 39 | 1B | 1E | 2C | 34 |
| Octal | 273 | 205 | 120 | 0 | 35 | 71 | 33 | 36 | 54 | 64 |
| Binary | 10111011 | 10000101 | 1010000 | 0 | 11101 | 111001 | 11011 | 11110 | 101100 | 110100 |
Color Harmonies of #BB8550
Complementary color
Monochromatic Colors of #BB8550
Black with #BB8550
Text Example
Text Example
White with #BB8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8550; }
p { color: rgb(187,133,80); }
H1.HeaderClassName
{
color: #BB8550;
}
.AnyTagClassName
{
color: #BB8550;
}
</style>
background-color css
<style>
a { background-color: #BB8550; }
a { background-color: rgb(187,133,80); }
div.DivClassName
{
background-color: #BB8550;
}
.BgClassName
{
background-color: #BB8550;
}
</style>
border-color css
<style>
span { border-color: #BB8550; }
span { border-color: rgb(187,133,80); }
td.TdClassName
{
border-color: #BB8550;
}
.TagClassName
{
border-color: #BB8550;
}
</style>