Shades of Twine #B78558
Tints of Twine #B78558
RGB
CMYK
RGB Variations
Color information
#B78558 (or 0xB78558) is known color: Twine. HEX triplet: B7, 85 and 58. RGB value is (183,133,88). Sum of RGB (Red+Green+Blue) = 183+133+88=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B78558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78558 is #487AA7. Grayscale: #8F8F8F. Windows color (decimal): -4749992 or 5801399. OLE color: 5801399.
HSL color Cylindrical-coordinate representation of color #B78558: hue angle of 28.42º 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 #B78558 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 88 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.28 |
| HSL | 28.42º | 0.4% | 0.53% | - |
| HSV(B) | 28.42º | 0.52% | 0.72% | - |
| XYZ | 29.68 | 27.55 | 12.99 | - |
| YUV | 142.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 88 | 0 | 0.27 | 0.52 | 0.28 | 28.42 | 0.4 | 0.53 |
| Hex | B7 | 85 | 58 | 0 | 1B | 34 | 1C | 1C | 28 | 35 |
| Octal | 267 | 205 | 130 | 0 | 33 | 64 | 34 | 34 | 50 | 65 |
| Binary | 10110111 | 10000101 | 1011000 | 0 | 11011 | 110100 | 11100 | 11100 | 101000 | 110101 |
Color Harmonies of #B78558
Complementary color
Monochromatic Colors of #B78558
Black with #B78558
Text Example
Text Example
White with #B78558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78558; }
p { color: rgb(183,133,88); }
H1.HeaderClassName
{
color: #B78558;
}
.AnyTagClassName
{
color: #B78558;
}
</style>
background-color css
<style>
a { background-color: #B78558; }
a { background-color: rgb(183,133,88); }
div.DivClassName
{
background-color: #B78558;
}
.BgClassName
{
background-color: #B78558;
}
</style>
border-color css
<style>
span { border-color: #B78558; }
span { border-color: rgb(183,133,88); }
td.TdClassName
{
border-color: #B78558;
}
.TagClassName
{
border-color: #B78558;
}
</style>