Shades of Twine #B88558
Tints of Twine #B88558
RGB
CMYK
RGB Variations
Color information
#B88558 (or 0xB88558) is known color: Twine. HEX triplet: B8, 85 and 58. RGB value is (184,133,88). Sum of RGB (Red+Green+Blue) = 184+133+88=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B88558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88558 is #477AA7. Grayscale: #8F8F8F. Windows color (decimal): -4684456 or 5801400. OLE color: 5801400.
HSL color Cylindrical-coordinate representation of color #B88558: hue angle of 28.12º 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 #B88558 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 88 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.28 |
| HSL | 28.13º | 0.4% | 0.53% | - |
| HSV(B) | 28.13º | 0.52% | 0.72% | - |
| XYZ | 29.92 | 27.67 | 13 | - |
| YUV | 143.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 88 | 0 | 0.28 | 0.52 | 0.28 | 28.13 | 0.4 | 0.53 |
| Hex | B8 | 85 | 58 | 0 | 1C | 34 | 1C | 1C | 28 | 35 |
| Octal | 270 | 205 | 130 | 0 | 34 | 64 | 34 | 34 | 50 | 65 |
| Binary | 10111000 | 10000101 | 1011000 | 0 | 11100 | 110100 | 11100 | 11100 | 101000 | 110101 |
Color Harmonies of #B88558
Complementary color
Monochromatic Colors of #B88558
Black with #B88558
Text Example
Text Example
White with #B88558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88558; }
p { color: rgb(184,133,88); }
H1.HeaderClassName
{
color: #B88558;
}
.AnyTagClassName
{
color: #B88558;
}
</style>
background-color css
<style>
a { background-color: #B88558; }
a { background-color: rgb(184,133,88); }
div.DivClassName
{
background-color: #B88558;
}
.BgClassName
{
background-color: #B88558;
}
</style>
border-color css
<style>
span { border-color: #B88558; }
span { border-color: rgb(184,133,88); }
td.TdClassName
{
border-color: #B88558;
}
.TagClassName
{
border-color: #B88558;
}
</style>