Shades of Twine #B8865D
Tints of Twine #B8865D
RGB
CMYK
RGB Variations
Color information
#B8865D (or 0xB8865D) is known color: Twine. HEX triplet: B8, 86 and 5D. RGB value is (184,134,93). Sum of RGB (Red+Green+Blue) = 184+134+93=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8865D is #4779A2. Grayscale: #909090. Windows color (decimal): -4684195 or 6129336. OLE color: 6129336.
HSL color Cylindrical-coordinate representation of color #B8865D: hue angle of 27.03º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8865D is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 134 | 93 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.28 |
| HSL | 27.03º | 0.39% | 0.54% | - |
| HSV(B) | 27.03º | 0.49% | 0.72% | - |
| XYZ | 30.27 | 28.03 | 14.17 | - |
| YUV | 144.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 93 | 0 | 0.27 | 0.49 | 0.28 | 27.03 | 0.39 | 0.54 |
| Hex | B8 | 86 | 5D | 0 | 1B | 31 | 1C | 1B | 27 | 36 |
| Octal | 270 | 206 | 135 | 0 | 33 | 61 | 34 | 33 | 47 | 66 |
| Binary | 10111000 | 10000110 | 1011101 | 0 | 11011 | 110001 | 11100 | 11011 | 100111 | 110110 |
Color Harmonies of #B8865D
Complementary color
Monochromatic Colors of #B8865D
Black with #B8865D
Text Example
Text Example
White with #B8865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8865D; }
p { color: rgb(184,134,93); }
H1.HeaderClassName
{
color: #B8865D;
}
.AnyTagClassName
{
color: #B8865D;
}
</style>
background-color css
<style>
a { background-color: #B8865D; }
a { background-color: rgb(184,134,93); }
div.DivClassName
{
background-color: #B8865D;
}
.BgClassName
{
background-color: #B8865D;
}
</style>
border-color css
<style>
span { border-color: #B8865D; }
span { border-color: rgb(184,134,93); }
td.TdClassName
{
border-color: #B8865D;
}
.TagClassName
{
border-color: #B8865D;
}
</style>