Shades of Twine #BB8255
Tints of Twine #BB8255
RGB
CMYK
RGB Variations
Color information
#BB8255 (or 0xBB8255) is known color: Twine. HEX triplet: BB, 82 and 55. RGB value is (187,130,85). Sum of RGB (Red+Green+Blue) = 187+130+85=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8255 is #447DAA. Grayscale: #8E8E8E. Windows color (decimal): -4488619 or 5604027. OLE color: 5604027.
HSL color Cylindrical-coordinate representation of color #BB8255: hue angle of 26.47º 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 #BB8255 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 85 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.27 |
| HSL | 26.47º | 0.43% | 0.53% | - |
| HSV(B) | 26.47º | 0.55% | 0.73% | - |
| XYZ | 30.12 | 27.19 | 12.25 | - |
| YUV | 141.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 85 | 0 | 0.30 | 0.55 | 0.27 | 26.47 | 0.43 | 0.53 |
| Hex | BB | 82 | 55 | 0 | 1E | 37 | 1B | 1A | 2B | 35 |
| Octal | 273 | 202 | 125 | 0 | 36 | 67 | 33 | 32 | 53 | 65 |
| Binary | 10111011 | 10000010 | 1010101 | 0 | 11110 | 110111 | 11011 | 11010 | 101011 | 110101 |
Color Harmonies of #BB8255
Complementary color
Monochromatic Colors of #BB8255
Black with #BB8255
Text Example
Text Example
White with #BB8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8255; }
p { color: rgb(187,130,85); }
H1.HeaderClassName
{
color: #BB8255;
}
.AnyTagClassName
{
color: #BB8255;
}
</style>
background-color css
<style>
a { background-color: #BB8255; }
a { background-color: rgb(187,130,85); }
div.DivClassName
{
background-color: #BB8255;
}
.BgClassName
{
background-color: #BB8255;
}
</style>
border-color css
<style>
span { border-color: #BB8255; }
span { border-color: rgb(187,130,85); }
td.TdClassName
{
border-color: #BB8255;
}
.TagClassName
{
border-color: #BB8255;
}
</style>