Shades of Twine #B78858
Tints of Twine #B78858
RGB
CMYK
RGB Variations
Color information
#B78858 (or 0xB78858) is known color: Twine. HEX triplet: B7, 88 and 58. RGB value is (183,136,88). Sum of RGB (Red+Green+Blue) = 183+136+88=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B78858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78858 is #4877A7. Grayscale: #909090. Windows color (decimal): -4749224 or 5802167. OLE color: 5802167.
HSL color Cylindrical-coordinate representation of color #B78858: hue angle of 30.32º 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 #B78858 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 88 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.28 |
| HSL | 30.32º | 0.4% | 0.53% | - |
| HSV(B) | 30.32º | 0.52% | 0.72% | - |
| XYZ | 30.09 | 28.38 | 13.12 | - |
| YUV | 144.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 88 | 0 | 0.26 | 0.52 | 0.28 | 30.32 | 0.4 | 0.53 |
| Hex | B7 | 88 | 58 | 0 | 1A | 34 | 1C | 1E | 28 | 35 |
| Octal | 267 | 210 | 130 | 0 | 32 | 64 | 34 | 36 | 50 | 65 |
| Binary | 10110111 | 10001000 | 1011000 | 0 | 11010 | 110100 | 11100 | 11110 | 101000 | 110101 |
Color Harmonies of #B78858
Complementary color
Monochromatic Colors of #B78858
Black with #B78858
Text Example
Text Example
White with #B78858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78858; }
p { color: rgb(183,136,88); }
H1.HeaderClassName
{
color: #B78858;
}
.AnyTagClassName
{
color: #B78858;
}
</style>
background-color css
<style>
a { background-color: #B78858; }
a { background-color: rgb(183,136,88); }
div.DivClassName
{
background-color: #B78858;
}
.BgClassName
{
background-color: #B78858;
}
</style>
border-color css
<style>
span { border-color: #B78858; }
span { border-color: rgb(183,136,88); }
td.TdClassName
{
border-color: #B78858;
}
.TagClassName
{
border-color: #B78858;
}
</style>