Shades of Twine #BB8C55
Tints of Twine #BB8C55
RGB
CMYK
RGB Variations
Color information
#BB8C55 (or 0xBB8C55) is known color: Twine. HEX triplet: BB, 8C and 55. RGB value is (187,140,85). Sum of RGB (Red+Green+Blue) = 187+140+85=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C55 is #4473AA. Grayscale: #949494. Windows color (decimal): -4486059 or 5606587. OLE color: 5606587.
HSL color Cylindrical-coordinate representation of color #BB8C55: hue angle of 32.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB8C55 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 85 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.27 |
| HSL | 32.35º | 0.43% | 0.53% | - |
| HSV(B) | 32.35º | 0.55% | 0.73% | - |
| XYZ | 31.51 | 29.98 | 12.72 | - |
| YUV | 147.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 85 | 0 | 0.25 | 0.55 | 0.27 | 32.35 | 0.43 | 0.53 |
| Hex | BB | 8C | 55 | 0 | 19 | 37 | 1B | 20 | 2B | 35 |
| Octal | 273 | 214 | 125 | 0 | 31 | 67 | 33 | 40 | 53 | 65 |
| Binary | 10111011 | 10001100 | 1010101 | 0 | 11001 | 110111 | 11011 | 100000 | 101011 | 110101 |
Color Harmonies of #BB8C55
Complementary color
Monochromatic Colors of #BB8C55
Black with #BB8C55
Text Example
Text Example
White with #BB8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C55; }
p { color: rgb(187,140,85); }
H1.HeaderClassName
{
color: #BB8C55;
}
.AnyTagClassName
{
color: #BB8C55;
}
</style>
background-color css
<style>
a { background-color: #BB8C55; }
a { background-color: rgb(187,140,85); }
div.DivClassName
{
background-color: #BB8C55;
}
.BgClassName
{
background-color: #BB8C55;
}
</style>
border-color css
<style>
span { border-color: #BB8C55; }
span { border-color: rgb(187,140,85); }
td.TdClassName
{
border-color: #BB8C55;
}
.TagClassName
{
border-color: #BB8C55;
}
</style>