Shades of Twine #B9885C
Tints of Twine #B9885C
RGB
CMYK
RGB Variations
Color information
#B9885C (or 0xB9885C) is known color: Twine. HEX triplet: B9, 88 and 5C. RGB value is (185,136,92). Sum of RGB (Red+Green+Blue) = 185+136+92=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9885C is #4677A3. Grayscale: #919191. Windows color (decimal): -4618148 or 6064313. OLE color: 6064313.
HSL color Cylindrical-coordinate representation of color #B9885C: hue angle of 28.39º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9885C is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 92 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.27 |
| HSL | 28.39º | 0.4% | 0.54% | - |
| HSV(B) | 28.39º | 0.5% | 0.73% | - |
| XYZ | 30.74 | 28.7 | 14.04 | - |
| YUV | 145.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 92 | 0 | 0.26 | 0.50 | 0.27 | 28.39 | 0.4 | 0.54 |
| Hex | B9 | 88 | 5C | 0 | 1A | 32 | 1B | 1C | 28 | 36 |
| Octal | 271 | 210 | 134 | 0 | 32 | 62 | 33 | 34 | 50 | 66 |
| Binary | 10111001 | 10001000 | 1011100 | 0 | 11010 | 110010 | 11011 | 11100 | 101000 | 110110 |
Color Harmonies of #B9885C
Complementary color
Monochromatic Colors of #B9885C
Black with #B9885C
Text Example
Text Example
White with #B9885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9885C; }
p { color: rgb(185,136,92); }
H1.HeaderClassName
{
color: #B9885C;
}
.AnyTagClassName
{
color: #B9885C;
}
</style>
background-color css
<style>
a { background-color: #B9885C; }
a { background-color: rgb(185,136,92); }
div.DivClassName
{
background-color: #B9885C;
}
.BgClassName
{
background-color: #B9885C;
}
</style>
border-color css
<style>
span { border-color: #B9885C; }
span { border-color: rgb(185,136,92); }
td.TdClassName
{
border-color: #B9885C;
}
.TagClassName
{
border-color: #B9885C;
}
</style>