Shades of Twine #BB8554
Tints of Twine #BB8554
RGB
CMYK
RGB Variations
Color information
#BB8554 (or 0xBB8554) is known color: Twine. HEX triplet: BB, 85 and 54. RGB value is (187,133,84). Sum of RGB (Red+Green+Blue) = 187+133+84=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8554 is #447AAB. Grayscale: #8F8F8F. Windows color (decimal): -4487852 or 5539259. OLE color: 5539259.
HSL color Cylindrical-coordinate representation of color #BB8554: hue angle of 28.54º 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 #BB8554 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 84 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.27 |
| HSL | 28.54º | 0.43% | 0.53% | - |
| HSV(B) | 28.54º | 0.55% | 0.73% | - |
| XYZ | 30.48 | 27.98 | 12.18 | - |
| YUV | 143.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 84 | 0 | 0.29 | 0.55 | 0.27 | 28.54 | 0.43 | 0.53 |
| Hex | BB | 85 | 54 | 0 | 1D | 37 | 1B | 1D | 2B | 35 |
| Octal | 273 | 205 | 124 | 0 | 35 | 67 | 33 | 35 | 53 | 65 |
| Binary | 10111011 | 10000101 | 1010100 | 0 | 11101 | 110111 | 11011 | 11101 | 101011 | 110101 |
Color Harmonies of #BB8554
Complementary color
Monochromatic Colors of #BB8554
Black with #BB8554
Text Example
Text Example
White with #BB8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8554; }
p { color: rgb(187,133,84); }
H1.HeaderClassName
{
color: #BB8554;
}
.AnyTagClassName
{
color: #BB8554;
}
</style>
background-color css
<style>
a { background-color: #BB8554; }
a { background-color: rgb(187,133,84); }
div.DivClassName
{
background-color: #BB8554;
}
.BgClassName
{
background-color: #BB8554;
}
</style>
border-color css
<style>
span { border-color: #BB8554; }
span { border-color: rgb(187,133,84); }
td.TdClassName
{
border-color: #BB8554;
}
.TagClassName
{
border-color: #BB8554;
}
</style>