Shades of Twine #B9875B
Tints of Twine #B9875B
RGB
CMYK
RGB Variations
Color information
#B9875B (or 0xB9875B) is known color: Twine. HEX triplet: B9, 87 and 5B. RGB value is (185,135,91). Sum of RGB (Red+Green+Blue) = 185+135+91=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9875B is #4678A4. Grayscale: #919191. Windows color (decimal): -4618405 or 5998521. OLE color: 5998521.
HSL color Cylindrical-coordinate representation of color #B9875B: hue angle of 28.09º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9875B is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 135 | 91 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.27 |
| HSL | 28.09º | 0.4% | 0.54% | - |
| HSV(B) | 28.09º | 0.51% | 0.73% | - |
| XYZ | 30.56 | 28.4 | 13.77 | - |
| YUV | 144.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 91 | 0 | 0.27 | 0.51 | 0.27 | 28.09 | 0.4 | 0.54 |
| Hex | B9 | 87 | 5B | 0 | 1B | 33 | 1B | 1C | 28 | 36 |
| Octal | 271 | 207 | 133 | 0 | 33 | 63 | 33 | 34 | 50 | 66 |
| Binary | 10111001 | 10000111 | 1011011 | 0 | 11011 | 110011 | 11011 | 11100 | 101000 | 110110 |
Color Harmonies of #B9875B
Complementary color
Monochromatic Colors of #B9875B
Black with #B9875B
Text Example
Text Example
White with #B9875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9875B; }
p { color: rgb(185,135,91); }
H1.HeaderClassName
{
color: #B9875B;
}
.AnyTagClassName
{
color: #B9875B;
}
</style>
background-color css
<style>
a { background-color: #B9875B; }
a { background-color: rgb(185,135,91); }
div.DivClassName
{
background-color: #B9875B;
}
.BgClassName
{
background-color: #B9875B;
}
</style>
border-color css
<style>
span { border-color: #B9875B; }
span { border-color: rgb(185,135,91); }
td.TdClassName
{
border-color: #B9875B;
}
.TagClassName
{
border-color: #B9875B;
}
</style>