Shades of Twine #BB8B55
Tints of Twine #BB8B55
RGB
CMYK
RGB Variations
Color information
#BB8B55 (or 0xBB8B55) is known color: Twine. HEX triplet: BB, 8B and 55. RGB value is (187,139,85). Sum of RGB (Red+Green+Blue) = 187+139+85=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B55 is #4474AA. Grayscale: #939393. Windows color (decimal): -4486315 or 5606331. OLE color: 5606331.
HSL color Cylindrical-coordinate representation of color #BB8B55: hue angle of 31.76º 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 #BB8B55 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 85 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.27 |
| HSL | 31.76º | 0.43% | 0.53% | - |
| HSV(B) | 31.76º | 0.55% | 0.73% | - |
| XYZ | 31.37 | 29.69 | 12.67 | - |
| YUV | 147.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 85 | 0 | 0.26 | 0.55 | 0.27 | 31.76 | 0.43 | 0.53 |
| Hex | BB | 8B | 55 | 0 | 1A | 37 | 1B | 20 | 2B | 35 |
| Octal | 273 | 213 | 125 | 0 | 32 | 67 | 33 | 40 | 53 | 65 |
| Binary | 10111011 | 10001011 | 1010101 | 0 | 11010 | 110111 | 11011 | 100000 | 101011 | 110101 |
Color Harmonies of #BB8B55
Complementary color
Monochromatic Colors of #BB8B55
Black with #BB8B55
Text Example
Text Example
White with #BB8B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B55; }
p { color: rgb(187,139,85); }
H1.HeaderClassName
{
color: #BB8B55;
}
.AnyTagClassName
{
color: #BB8B55;
}
</style>
background-color css
<style>
a { background-color: #BB8B55; }
a { background-color: rgb(187,139,85); }
div.DivClassName
{
background-color: #BB8B55;
}
.BgClassName
{
background-color: #BB8B55;
}
</style>
border-color css
<style>
span { border-color: #BB8B55; }
span { border-color: rgb(187,139,85); }
td.TdClassName
{
border-color: #BB8B55;
}
.TagClassName
{
border-color: #BB8B55;
}
</style>