Shades of Twine #BB8D5C
Tints of Twine #BB8D5C
RGB
CMYK
RGB Variations
Color information
#BB8D5C (or 0xBB8D5C) is known color: Twine. HEX triplet: BB, 8D and 5C. RGB value is (187,141,92). Sum of RGB (Red+Green+Blue) = 187+141+92=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D5C is #4472A3. Grayscale: #959595. Windows color (decimal): -4485796 or 6065595. OLE color: 6065595.
HSL color Cylindrical-coordinate representation of color #BB8D5C: hue angle of 30.95º 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 #BB8D5C is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 92 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.27 |
| HSL | 30.95º | 0.41% | 0.55% | - |
| HSV(B) | 30.95º | 0.51% | 0.73% | - |
| XYZ | 31.95 | 30.39 | 14.31 | - |
| YUV | 149.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 92 | 0 | 0.25 | 0.51 | 0.27 | 30.95 | 0.41 | 0.55 |
| Hex | BB | 8D | 5C | 0 | 19 | 33 | 1B | 1F | 29 | 37 |
| Octal | 273 | 215 | 134 | 0 | 31 | 63 | 33 | 37 | 51 | 67 |
| Binary | 10111011 | 10001101 | 1011100 | 0 | 11001 | 110011 | 11011 | 11111 | 101001 | 110111 |
Color Harmonies of #BB8D5C
Complementary color
Monochromatic Colors of #BB8D5C
Black with #BB8D5C
Text Example
Text Example
White with #BB8D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D5C; }
p { color: rgb(187,141,92); }
H1.HeaderClassName
{
color: #BB8D5C;
}
.AnyTagClassName
{
color: #BB8D5C;
}
</style>
background-color css
<style>
a { background-color: #BB8D5C; }
a { background-color: rgb(187,141,92); }
div.DivClassName
{
background-color: #BB8D5C;
}
.BgClassName
{
background-color: #BB8D5C;
}
</style>
border-color css
<style>
span { border-color: #BB8D5C; }
span { border-color: rgb(187,141,92); }
td.TdClassName
{
border-color: #BB8D5C;
}
.TagClassName
{
border-color: #BB8D5C;
}
</style>