Shades of Twine #BB8D5B
Tints of Twine #BB8D5B
RGB
CMYK
RGB Variations
Color information
#BB8D5B (or 0xBB8D5B) is known color: Twine. HEX triplet: BB, 8D and 5B. RGB value is (187,141,91). Sum of RGB (Red+Green+Blue) = 187+141+91=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D5B is #4472A4. Grayscale: #959595. Windows color (decimal): -4485797 or 6000059. OLE color: 6000059.
HSL color Cylindrical-coordinate representation of color #BB8D5B: hue angle of 31.25º 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 #BB8D5B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 91 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.27 |
| HSL | 31.25º | 0.41% | 0.55% | - |
| HSV(B) | 31.25º | 0.51% | 0.73% | - |
| XYZ | 31.91 | 30.37 | 14.08 | - |
| YUV | 149.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 91 | 0 | 0.25 | 0.51 | 0.27 | 31.25 | 0.41 | 0.55 |
| Hex | BB | 8D | 5B | 0 | 19 | 33 | 1B | 1F | 29 | 37 |
| Octal | 273 | 215 | 133 | 0 | 31 | 63 | 33 | 37 | 51 | 67 |
| Binary | 10111011 | 10001101 | 1011011 | 0 | 11001 | 110011 | 11011 | 11111 | 101001 | 110111 |
Color Harmonies of #BB8D5B
Complementary color
Monochromatic Colors of #BB8D5B
Black with #BB8D5B
Text Example
Text Example
White with #BB8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D5B; }
p { color: rgb(187,141,91); }
H1.HeaderClassName
{
color: #BB8D5B;
}
.AnyTagClassName
{
color: #BB8D5B;
}
</style>
background-color css
<style>
a { background-color: #BB8D5B; }
a { background-color: rgb(187,141,91); }
div.DivClassName
{
background-color: #BB8D5B;
}
.BgClassName
{
background-color: #BB8D5B;
}
</style>
border-color css
<style>
span { border-color: #BB8D5B; }
span { border-color: rgb(187,141,91); }
td.TdClassName
{
border-color: #BB8D5B;
}
.TagClassName
{
border-color: #BB8D5B;
}
</style>