Shades of Twine #BB8C60
Tints of Twine #BB8C60
RGB
CMYK
RGB Variations
Color information
#BB8C60 (or 0xBB8C60) is known color: Twine. HEX triplet: BB, 8C and 60. RGB value is (187,140,96). Sum of RGB (Red+Green+Blue) = 187+140+96=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C60 is #44739F. Grayscale: #959595. Windows color (decimal): -4486048 or 6327483. OLE color: 6327483.
HSL color Cylindrical-coordinate representation of color #BB8C60: hue angle of 29.01º 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 #BB8C60 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 96 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.27 |
| HSL | 29.01º | 0.4% | 0.55% | - |
| HSV(B) | 29.01º | 0.49% | 0.73% | - |
| XYZ | 31.98 | 30.17 | 15.2 | - |
| YUV | 149.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 96 | 0 | 0.25 | 0.49 | 0.27 | 29.01 | 0.4 | 0.55 |
| Hex | BB | 8C | 60 | 0 | 19 | 31 | 1B | 1D | 28 | 37 |
| Octal | 273 | 214 | 140 | 0 | 31 | 61 | 33 | 35 | 50 | 67 |
| Binary | 10111011 | 10001100 | 1100000 | 0 | 11001 | 110001 | 11011 | 11101 | 101000 | 110111 |
Color Harmonies of #BB8C60
Complementary color
Monochromatic Colors of #BB8C60
Black with #BB8C60
Text Example
Text Example
White with #BB8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C60; }
p { color: rgb(187,140,96); }
H1.HeaderClassName
{
color: #BB8C60;
}
.AnyTagClassName
{
color: #BB8C60;
}
</style>
background-color css
<style>
a { background-color: #BB8C60; }
a { background-color: rgb(187,140,96); }
div.DivClassName
{
background-color: #BB8C60;
}
.BgClassName
{
background-color: #BB8C60;
}
</style>
border-color css
<style>
span { border-color: #BB8C60; }
span { border-color: rgb(187,140,96); }
td.TdClassName
{
border-color: #BB8C60;
}
.TagClassName
{
border-color: #BB8C60;
}
</style>