Shades of Twine #BB8C59
Tints of Twine #BB8C59
RGB
CMYK
RGB Variations
Color information
#BB8C59 (or 0xBB8C59) is known color: Twine. HEX triplet: BB, 8C and 59. RGB value is (187,140,89). Sum of RGB (Red+Green+Blue) = 187+140+89=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C59 is #4473A6. Grayscale: #949494. Windows color (decimal): -4486055 or 5868731. OLE color: 5868731.
HSL color Cylindrical-coordinate representation of color #BB8C59: hue angle of 31.22º 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 #BB8C59 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 89 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.27 |
| HSL | 31.22º | 0.42% | 0.54% | - |
| HSV(B) | 31.22º | 0.52% | 0.73% | - |
| XYZ | 31.67 | 30.04 | 13.58 | - |
| YUV | 148.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 89 | 0 | 0.25 | 0.52 | 0.27 | 31.22 | 0.42 | 0.54 |
| Hex | BB | 8C | 59 | 0 | 19 | 34 | 1B | 1F | 2A | 36 |
| Octal | 273 | 214 | 131 | 0 | 31 | 64 | 33 | 37 | 52 | 66 |
| Binary | 10111011 | 10001100 | 1011001 | 0 | 11001 | 110100 | 11011 | 11111 | 101010 | 110110 |
Color Harmonies of #BB8C59
Complementary color
Monochromatic Colors of #BB8C59
Black with #BB8C59
Text Example
Text Example
White with #BB8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C59; }
p { color: rgb(187,140,89); }
H1.HeaderClassName
{
color: #BB8C59;
}
.AnyTagClassName
{
color: #BB8C59;
}
</style>
background-color css
<style>
a { background-color: #BB8C59; }
a { background-color: rgb(187,140,89); }
div.DivClassName
{
background-color: #BB8C59;
}
.BgClassName
{
background-color: #BB8C59;
}
</style>
border-color css
<style>
span { border-color: #BB8C59; }
span { border-color: rgb(187,140,89); }
td.TdClassName
{
border-color: #BB8C59;
}
.TagClassName
{
border-color: #BB8C59;
}
</style>