Shades of Twine #BB865C
Tints of Twine #BB865C
RGB
CMYK
RGB Variations
Color information
#BB865C (or 0xBB865C) is known color: Twine. HEX triplet: BB, 86 and 5C. RGB value is (187,134,92). Sum of RGB (Red+Green+Blue) = 187+134+92=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB865C is #4479A3. Grayscale: #919191. Windows color (decimal): -4487588 or 6063803. OLE color: 6063803.
HSL color Cylindrical-coordinate representation of color #BB865C: hue angle of 26.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB865C is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 92 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.27 |
| HSL | 26.53º | 0.41% | 0.55% | - |
| HSV(B) | 26.53º | 0.51% | 0.73% | - |
| XYZ | 30.95 | 28.39 | 13.97 | - |
| YUV | 145.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 92 | 0 | 0.28 | 0.51 | 0.27 | 26.53 | 0.41 | 0.55 |
| Hex | BB | 86 | 5C | 0 | 1C | 33 | 1B | 1B | 29 | 37 |
| Octal | 273 | 206 | 134 | 0 | 34 | 63 | 33 | 33 | 51 | 67 |
| Binary | 10111011 | 10000110 | 1011100 | 0 | 11100 | 110011 | 11011 | 11011 | 101001 | 110111 |
Color Harmonies of #BB865C
Complementary color
Monochromatic Colors of #BB865C
Black with #BB865C
Text Example
Text Example
White with #BB865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB865C; }
p { color: rgb(187,134,92); }
H1.HeaderClassName
{
color: #BB865C;
}
.AnyTagClassName
{
color: #BB865C;
}
</style>
background-color css
<style>
a { background-color: #BB865C; }
a { background-color: rgb(187,134,92); }
div.DivClassName
{
background-color: #BB865C;
}
.BgClassName
{
background-color: #BB865C;
}
</style>
border-color css
<style>
span { border-color: #BB865C; }
span { border-color: rgb(187,134,92); }
td.TdClassName
{
border-color: #BB865C;
}
.TagClassName
{
border-color: #BB865C;
}
</style>