Shades of Twine #BB8F55
Tints of Twine #BB8F55
RGB
CMYK
RGB Variations
Color information
#BB8F55 (or 0xBB8F55) is known color: Twine. HEX triplet: BB, 8F and 55. RGB value is (187,143,85). Sum of RGB (Red+Green+Blue) = 187+143+85=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F55 is #4470AA. Grayscale: #959595. Windows color (decimal): -4485291 or 5607355. OLE color: 5607355.
HSL color Cylindrical-coordinate representation of color #BB8F55: hue angle of 34.12º 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 #BB8F55 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 85 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.27 |
| HSL | 34.12º | 0.43% | 0.53% | - |
| HSV(B) | 34.12º | 0.55% | 0.73% | - |
| XYZ | 31.96 | 30.87 | 12.87 | - |
| YUV | 149.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 85 | 0 | 0.24 | 0.55 | 0.27 | 34.12 | 0.43 | 0.53 |
| Hex | BB | 8F | 55 | 0 | 18 | 37 | 1B | 22 | 2B | 35 |
| Octal | 273 | 217 | 125 | 0 | 30 | 67 | 33 | 42 | 53 | 65 |
| Binary | 10111011 | 10001111 | 1010101 | 0 | 11000 | 110111 | 11011 | 100010 | 101011 | 110101 |
Color Harmonies of #BB8F55
Complementary color
Monochromatic Colors of #BB8F55
Black with #BB8F55
Text Example
Text Example
White with #BB8F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F55; }
p { color: rgb(187,143,85); }
H1.HeaderClassName
{
color: #BB8F55;
}
.AnyTagClassName
{
color: #BB8F55;
}
</style>
background-color css
<style>
a { background-color: #BB8F55; }
a { background-color: rgb(187,143,85); }
div.DivClassName
{
background-color: #BB8F55;
}
.BgClassName
{
background-color: #BB8F55;
}
</style>
border-color css
<style>
span { border-color: #BB8F55; }
span { border-color: rgb(187,143,85); }
td.TdClassName
{
border-color: #BB8F55;
}
.TagClassName
{
border-color: #BB8F55;
}
</style>