Shades of Twine #B78257
Tints of Twine #B78257
RGB
CMYK
RGB Variations
Color information
#B78257 (or 0xB78257) is known color: Twine. HEX triplet: B7, 82 and 57. RGB value is (183,130,87). Sum of RGB (Red+Green+Blue) = 183+130+87=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B78257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78257 is #487DA8. Grayscale: #8D8D8D. Windows color (decimal): -4750761 or 5735095. OLE color: 5735095.
HSL color Cylindrical-coordinate representation of color #B78257: hue angle of 26.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B78257 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 87 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.28 |
| HSL | 26.88º | 0.4% | 0.53% | - |
| HSV(B) | 26.88º | 0.52% | 0.72% | - |
| XYZ | 29.23 | 26.72 | 12.63 | - |
| YUV | 140.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 87 | 0 | 0.29 | 0.52 | 0.28 | 26.88 | 0.4 | 0.53 |
| Hex | B7 | 82 | 57 | 0 | 1D | 34 | 1C | 1B | 28 | 35 |
| Octal | 267 | 202 | 127 | 0 | 35 | 64 | 34 | 33 | 50 | 65 |
| Binary | 10110111 | 10000010 | 1010111 | 0 | 11101 | 110100 | 11100 | 11011 | 101000 | 110101 |
Color Harmonies of #B78257
Complementary color
Monochromatic Colors of #B78257
Black with #B78257
Text Example
Text Example
White with #B78257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78257; }
p { color: rgb(183,130,87); }
H1.HeaderClassName
{
color: #B78257;
}
.AnyTagClassName
{
color: #B78257;
}
</style>
background-color css
<style>
a { background-color: #B78257; }
a { background-color: rgb(183,130,87); }
div.DivClassName
{
background-color: #B78257;
}
.BgClassName
{
background-color: #B78257;
}
</style>
border-color css
<style>
span { border-color: #B78257; }
span { border-color: rgb(183,130,87); }
td.TdClassName
{
border-color: #B78257;
}
.TagClassName
{
border-color: #B78257;
}
</style>