Shades of Twine #B78A55
Tints of Twine #B78A55
RGB
CMYK
RGB Variations
Color information
#B78A55 (or 0xB78A55) is known color: Twine. HEX triplet: B7, 8A and 55. RGB value is (183,138,85). Sum of RGB (Red+Green+Blue) = 183+138+85=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A55 is #4875AA. Grayscale: #919191. Windows color (decimal): -4748715 or 5606071. OLE color: 5606071.
HSL color Cylindrical-coordinate representation of color #B78A55: hue angle of 32.45º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B78A55 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 85 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.28 |
| HSL | 32.45º | 0.4% | 0.53% | - |
| HSV(B) | 32.45º | 0.54% | 0.72% | - |
| XYZ | 30.26 | 28.9 | 12.58 | - |
| YUV | 145.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 85 | 0 | 0.25 | 0.54 | 0.28 | 32.45 | 0.4 | 0.53 |
| Hex | B7 | 8A | 55 | 0 | 19 | 36 | 1C | 20 | 28 | 35 |
| Octal | 267 | 212 | 125 | 0 | 31 | 66 | 34 | 40 | 50 | 65 |
| Binary | 10110111 | 10001010 | 1010101 | 0 | 11001 | 110110 | 11100 | 100000 | 101000 | 110101 |
Color Harmonies of #B78A55
Complementary color
Monochromatic Colors of #B78A55
Black with #B78A55
Text Example
Text Example
White with #B78A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A55; }
p { color: rgb(183,138,85); }
H1.HeaderClassName
{
color: #B78A55;
}
.AnyTagClassName
{
color: #B78A55;
}
</style>
background-color css
<style>
a { background-color: #B78A55; }
a { background-color: rgb(183,138,85); }
div.DivClassName
{
background-color: #B78A55;
}
.BgClassName
{
background-color: #B78A55;
}
</style>
border-color css
<style>
span { border-color: #B78A55; }
span { border-color: rgb(183,138,85); }
td.TdClassName
{
border-color: #B78A55;
}
.TagClassName
{
border-color: #B78A55;
}
</style>