Shades of Twine #BB865F
Tints of Twine #BB865F
RGB
CMYK
RGB Variations
Color information
#BB865F (or 0xBB865F) is known color: Twine. HEX triplet: BB, 86 and 5F. RGB value is (187,134,95). Sum of RGB (Red+Green+Blue) = 187+134+95=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB865F is #4479A0. Grayscale: #919191. Windows color (decimal): -4487585 or 6260411. OLE color: 6260411.
HSL color Cylindrical-coordinate representation of color #BB865F: hue angle of 25.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB865F is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 95 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.27 |
| HSL | 25.43º | 0.4% | 0.55% | - |
| HSV(B) | 25.43º | 0.49% | 0.73% | - |
| XYZ | 31.08 | 28.44 | 14.68 | - |
| YUV | 145.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 95 | 0 | 0.28 | 0.49 | 0.27 | 25.43 | 0.4 | 0.55 |
| Hex | BB | 86 | 5F | 0 | 1C | 31 | 1B | 19 | 28 | 37 |
| Octal | 273 | 206 | 137 | 0 | 34 | 61 | 33 | 31 | 50 | 67 |
| Binary | 10111011 | 10000110 | 1011111 | 0 | 11100 | 110001 | 11011 | 11001 | 101000 | 110111 |
Color Harmonies of #BB865F
Complementary color
Monochromatic Colors of #BB865F
Black with #BB865F
Text Example
Text Example
White with #BB865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB865F; }
p { color: rgb(187,134,95); }
H1.HeaderClassName
{
color: #BB865F;
}
.AnyTagClassName
{
color: #BB865F;
}
</style>
background-color css
<style>
a { background-color: #BB865F; }
a { background-color: rgb(187,134,95); }
div.DivClassName
{
background-color: #BB865F;
}
.BgClassName
{
background-color: #BB865F;
}
</style>
border-color css
<style>
span { border-color: #BB865F; }
span { border-color: rgb(187,134,95); }
td.TdClassName
{
border-color: #BB865F;
}
.TagClassName
{
border-color: #BB865F;
}
</style>