Shades of Twine #BB8455
Tints of Twine #BB8455
RGB
CMYK
RGB Variations
Color information
#BB8455 (or 0xBB8455) is known color: Twine. HEX triplet: BB, 84 and 55. RGB value is (187,132,85). Sum of RGB (Red+Green+Blue) = 187+132+85=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8455 is #447BAA. Grayscale: #8F8F8F. Windows color (decimal): -4488107 or 5604539. OLE color: 5604539.
HSL color Cylindrical-coordinate representation of color #BB8455: hue angle of 27.65º 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 #BB8455 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 85 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.27 |
| HSL | 27.65º | 0.43% | 0.53% | - |
| HSV(B) | 27.65º | 0.55% | 0.73% | - |
| XYZ | 30.38 | 27.72 | 12.34 | - |
| YUV | 143.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 85 | 0 | 0.29 | 0.55 | 0.27 | 27.65 | 0.43 | 0.53 |
| Hex | BB | 84 | 55 | 0 | 1D | 37 | 1B | 1C | 2B | 35 |
| Octal | 273 | 204 | 125 | 0 | 35 | 67 | 33 | 34 | 53 | 65 |
| Binary | 10111011 | 10000100 | 1010101 | 0 | 11101 | 110111 | 11011 | 11100 | 101011 | 110101 |
Color Harmonies of #BB8455
Complementary color
Monochromatic Colors of #BB8455
Black with #BB8455
Text Example
Text Example
White with #BB8455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8455; }
p { color: rgb(187,132,85); }
H1.HeaderClassName
{
color: #BB8455;
}
.AnyTagClassName
{
color: #BB8455;
}
</style>
background-color css
<style>
a { background-color: #BB8455; }
a { background-color: rgb(187,132,85); }
div.DivClassName
{
background-color: #BB8455;
}
.BgClassName
{
background-color: #BB8455;
}
</style>
border-color css
<style>
span { border-color: #BB8455; }
span { border-color: rgb(187,132,85); }
td.TdClassName
{
border-color: #BB8455;
}
.TagClassName
{
border-color: #BB8455;
}
</style>