Shades of Twine #BB8C57
Tints of Twine #BB8C57
RGB
CMYK
RGB Variations
Color information
#BB8C57 (or 0xBB8C57) is known color: Twine. HEX triplet: BB, 8C and 57. RGB value is (187,140,87). Sum of RGB (Red+Green+Blue) = 187+140+87=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C57 is #4473A8. Grayscale: #949494. Windows color (decimal): -4486057 or 5737659. OLE color: 5737659.
HSL color Cylindrical-coordinate representation of color #BB8C57: hue angle of 31.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB8C57 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 87 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.27 |
| HSL | 31.8º | 0.42% | 0.54% | - |
| HSV(B) | 31.8º | 0.53% | 0.73% | - |
| XYZ | 31.59 | 30.01 | 13.14 | - |
| YUV | 148.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 87 | 0 | 0.25 | 0.53 | 0.27 | 31.8 | 0.42 | 0.54 |
| Hex | BB | 8C | 57 | 0 | 19 | 35 | 1B | 20 | 2A | 36 |
| Octal | 273 | 214 | 127 | 0 | 31 | 65 | 33 | 40 | 52 | 66 |
| Binary | 10111011 | 10001100 | 1010111 | 0 | 11001 | 110101 | 11011 | 100000 | 101010 | 110110 |
Color Harmonies of #BB8C57
Complementary color
Monochromatic Colors of #BB8C57
Black with #BB8C57
Text Example
Text Example
White with #BB8C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C57; }
p { color: rgb(187,140,87); }
H1.HeaderClassName
{
color: #BB8C57;
}
.AnyTagClassName
{
color: #BB8C57;
}
</style>
background-color css
<style>
a { background-color: #BB8C57; }
a { background-color: rgb(187,140,87); }
div.DivClassName
{
background-color: #BB8C57;
}
.BgClassName
{
background-color: #BB8C57;
}
</style>
border-color css
<style>
span { border-color: #BB8C57; }
span { border-color: rgb(187,140,87); }
td.TdClassName
{
border-color: #BB8C57;
}
.TagClassName
{
border-color: #BB8C57;
}
</style>