Shades of Twine #BB865B
Tints of Twine #BB865B
RGB
CMYK
RGB Variations
Color information
#BB865B (or 0xBB865B) is known color: Twine. HEX triplet: BB, 86 and 5B. RGB value is (187,134,91). Sum of RGB (Red+Green+Blue) = 187+134+91=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB865B is #4479A4. Grayscale: #919191. Windows color (decimal): -4487589 or 5998267. OLE color: 5998267.
HSL color Cylindrical-coordinate representation of color #BB865B: hue angle of 26.88º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB865B is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 91 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.27 |
| HSL | 26.88º | 0.41% | 0.55% | - |
| HSV(B) | 26.88º | 0.51% | 0.73% | - |
| XYZ | 30.91 | 28.37 | 13.74 | - |
| YUV | 144.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 91 | 0 | 0.28 | 0.51 | 0.27 | 26.88 | 0.41 | 0.55 |
| Hex | BB | 86 | 5B | 0 | 1C | 33 | 1B | 1B | 29 | 37 |
| Octal | 273 | 206 | 133 | 0 | 34 | 63 | 33 | 33 | 51 | 67 |
| Binary | 10111011 | 10000110 | 1011011 | 0 | 11100 | 110011 | 11011 | 11011 | 101001 | 110111 |
Color Harmonies of #BB865B
Complementary color
Monochromatic Colors of #BB865B
Black with #BB865B
Text Example
Text Example
White with #BB865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB865B; }
p { color: rgb(187,134,91); }
H1.HeaderClassName
{
color: #BB865B;
}
.AnyTagClassName
{
color: #BB865B;
}
</style>
background-color css
<style>
a { background-color: #BB865B; }
a { background-color: rgb(187,134,91); }
div.DivClassName
{
background-color: #BB865B;
}
.BgClassName
{
background-color: #BB865B;
}
</style>
border-color css
<style>
span { border-color: #BB865B; }
span { border-color: rgb(187,134,91); }
td.TdClassName
{
border-color: #BB865B;
}
.TagClassName
{
border-color: #BB865B;
}
</style>