Shades of Twine #BB8459
Tints of Twine #BB8459
RGB
CMYK
RGB Variations
Color information
#BB8459 (or 0xBB8459) is known color: Twine. HEX triplet: BB, 84 and 59. RGB value is (187,132,89). Sum of RGB (Red+Green+Blue) = 187+132+89=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8459 is #447BA6. Grayscale: #8F8F8F. Windows color (decimal): -4488103 or 5866683. OLE color: 5866683.
HSL color Cylindrical-coordinate representation of color #BB8459: hue angle of 26.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB8459 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 89 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.27 |
| HSL | 26.33º | 0.42% | 0.54% | - |
| HSV(B) | 26.33º | 0.52% | 0.73% | - |
| XYZ | 30.55 | 27.79 | 13.2 | - |
| YUV | 143.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 89 | 0 | 0.29 | 0.52 | 0.27 | 26.33 | 0.42 | 0.54 |
| Hex | BB | 84 | 59 | 0 | 1D | 34 | 1B | 1A | 2A | 36 |
| Octal | 273 | 204 | 131 | 0 | 35 | 64 | 33 | 32 | 52 | 66 |
| Binary | 10111011 | 10000100 | 1011001 | 0 | 11101 | 110100 | 11011 | 11010 | 101010 | 110110 |
Color Harmonies of #BB8459
Complementary color
Monochromatic Colors of #BB8459
Black with #BB8459
Text Example
Text Example
White with #BB8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8459; }
p { color: rgb(187,132,89); }
H1.HeaderClassName
{
color: #BB8459;
}
.AnyTagClassName
{
color: #BB8459;
}
</style>
background-color css
<style>
a { background-color: #BB8459; }
a { background-color: rgb(187,132,89); }
div.DivClassName
{
background-color: #BB8459;
}
.BgClassName
{
background-color: #BB8459;
}
</style>
border-color css
<style>
span { border-color: #BB8459; }
span { border-color: rgb(187,132,89); }
td.TdClassName
{
border-color: #BB8459;
}
.TagClassName
{
border-color: #BB8459;
}
</style>