Shades of Twine #BB8F5B
Tints of Twine #BB8F5B
RGB
CMYK
RGB Variations
Color information
#BB8F5B (or 0xBB8F5B) is known color: Twine. HEX triplet: BB, 8F and 5B. RGB value is (187,143,91). Sum of RGB (Red+Green+Blue) = 187+143+91=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F5B is #4470A4. Grayscale: #969696. Windows color (decimal): -4485285 or 6000571. OLE color: 6000571.
HSL color Cylindrical-coordinate representation of color #BB8F5B: hue angle of 32.5º 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 #BB8F5B is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 91 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.27 |
| HSL | 32.5º | 0.41% | 0.55% | - |
| HSV(B) | 32.5º | 0.51% | 0.73% | - |
| XYZ | 32.2 | 30.97 | 14.18 | - |
| YUV | 150.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 91 | 0 | 0.24 | 0.51 | 0.27 | 32.5 | 0.41 | 0.55 |
| Hex | BB | 8F | 5B | 0 | 18 | 33 | 1B | 20 | 29 | 37 |
| Octal | 273 | 217 | 133 | 0 | 30 | 63 | 33 | 40 | 51 | 67 |
| Binary | 10111011 | 10001111 | 1011011 | 0 | 11000 | 110011 | 11011 | 100000 | 101001 | 110111 |
Color Harmonies of #BB8F5B
Complementary color
Monochromatic Colors of #BB8F5B
Black with #BB8F5B
Text Example
Text Example
White with #BB8F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F5B; }
p { color: rgb(187,143,91); }
H1.HeaderClassName
{
color: #BB8F5B;
}
.AnyTagClassName
{
color: #BB8F5B;
}
</style>
background-color css
<style>
a { background-color: #BB8F5B; }
a { background-color: rgb(187,143,91); }
div.DivClassName
{
background-color: #BB8F5B;
}
.BgClassName
{
background-color: #BB8F5B;
}
</style>
border-color css
<style>
span { border-color: #BB8F5B; }
span { border-color: rgb(187,143,91); }
td.TdClassName
{
border-color: #BB8F5B;
}
.TagClassName
{
border-color: #BB8F5B;
}
</style>