Shades of Twine #BB7E57
Tints of Twine #BB7E57
RGB
CMYK
RGB Variations
Color information
#BB7E57 (or 0xBB7E57) is known color: Twine. HEX triplet: BB, 7E and 57. RGB value is (187,126,87). Sum of RGB (Red+Green+Blue) = 187+126+87=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E57 is #4481A8. Grayscale: #8C8C8C. Windows color (decimal): -4489641 or 5734075. OLE color: 5734075.
HSL color Cylindrical-coordinate representation of color #BB7E57: hue angle of 23.4º 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 #BB7E57 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 126 | 87 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.27 |
| HSL | 23.4º | 0.42% | 0.54% | - |
| HSV(B) | 23.4º | 0.53% | 0.73% | - |
| XYZ | 29.67 | 26.17 | 12.51 | - |
| YUV | 139.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 87 | 0 | 0.33 | 0.53 | 0.27 | 23.4 | 0.42 | 0.54 |
| Hex | BB | 7E | 57 | 0 | 21 | 35 | 1B | 17 | 2A | 36 |
| Octal | 273 | 176 | 127 | 0 | 41 | 65 | 33 | 27 | 52 | 66 |
| Binary | 10111011 | 1111110 | 1010111 | 0 | 100001 | 110101 | 11011 | 10111 | 101010 | 110110 |
Color Harmonies of #BB7E57
Complementary color
Monochromatic Colors of #BB7E57
Black with #BB7E57
Text Example
Text Example
White with #BB7E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7E57; }
p { color: rgb(187,126,87); }
H1.HeaderClassName
{
color: #BB7E57;
}
.AnyTagClassName
{
color: #BB7E57;
}
</style>
background-color css
<style>
a { background-color: #BB7E57; }
a { background-color: rgb(187,126,87); }
div.DivClassName
{
background-color: #BB7E57;
}
.BgClassName
{
background-color: #BB7E57;
}
</style>
border-color css
<style>
span { border-color: #BB7E57; }
span { border-color: rgb(187,126,87); }
td.TdClassName
{
border-color: #BB7E57;
}
.TagClassName
{
border-color: #BB7E57;
}
</style>