Shades of Twine #BB8955
Tints of Twine #BB8955
RGB
CMYK
RGB Variations
Color information
#BB8955 (or 0xBB8955) is known color: Twine. HEX triplet: BB, 89 and 55. RGB value is (187,137,85). Sum of RGB (Red+Green+Blue) = 187+137+85=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8955 is #4476AA. Grayscale: #929292. Windows color (decimal): -4486827 or 5605819. OLE color: 5605819.
HSL color Cylindrical-coordinate representation of color #BB8955: hue angle of 30.59º 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 #BB8955 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 137 | 85 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.27 |
| HSL | 30.59º | 0.43% | 0.53% | - |
| HSV(B) | 30.59º | 0.55% | 0.73% | - |
| XYZ | 31.08 | 29.11 | 12.58 | - |
| YUV | 146.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 85 | 0 | 0.27 | 0.55 | 0.27 | 30.59 | 0.43 | 0.53 |
| Hex | BB | 89 | 55 | 0 | 1B | 37 | 1B | 1F | 2B | 35 |
| Octal | 273 | 211 | 125 | 0 | 33 | 67 | 33 | 37 | 53 | 65 |
| Binary | 10111011 | 10001001 | 1010101 | 0 | 11011 | 110111 | 11011 | 11111 | 101011 | 110101 |
Color Harmonies of #BB8955
Complementary color
Monochromatic Colors of #BB8955
Black with #BB8955
Text Example
Text Example
White with #BB8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8955; }
p { color: rgb(187,137,85); }
H1.HeaderClassName
{
color: #BB8955;
}
.AnyTagClassName
{
color: #BB8955;
}
</style>
background-color css
<style>
a { background-color: #BB8955; }
a { background-color: rgb(187,137,85); }
div.DivClassName
{
background-color: #BB8955;
}
.BgClassName
{
background-color: #BB8955;
}
</style>
border-color css
<style>
span { border-color: #BB8955; }
span { border-color: rgb(187,137,85); }
td.TdClassName
{
border-color: #BB8955;
}
.TagClassName
{
border-color: #BB8955;
}
</style>