Shades of Twine #BB8758
Tints of Twine #BB8758
RGB
CMYK
RGB Variations
Color information
#BB8758 (or 0xBB8758) is known color: Twine. HEX triplet: BB, 87 and 58. RGB value is (187,135,88). Sum of RGB (Red+Green+Blue) = 187+135+88=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8758 is #4478A7. Grayscale: #919191. Windows color (decimal): -4487336 or 5801915. OLE color: 5801915.
HSL color Cylindrical-coordinate representation of color #BB8758: hue angle of 28.48º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB8758 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 88 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.27 |
| HSL | 28.48º | 0.42% | 0.54% | - |
| HSV(B) | 28.48º | 0.53% | 0.73% | - |
| XYZ | 30.92 | 28.6 | 13.12 | - |
| YUV | 145.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 88 | 0 | 0.28 | 0.53 | 0.27 | 28.48 | 0.42 | 0.54 |
| Hex | BB | 87 | 58 | 0 | 1C | 35 | 1B | 1C | 2A | 36 |
| Octal | 273 | 207 | 130 | 0 | 34 | 65 | 33 | 34 | 52 | 66 |
| Binary | 10111011 | 10000111 | 1011000 | 0 | 11100 | 110101 | 11011 | 11100 | 101010 | 110110 |
Color Harmonies of #BB8758
Complementary color
Monochromatic Colors of #BB8758
Black with #BB8758
Text Example
Text Example
White with #BB8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8758; }
p { color: rgb(187,135,88); }
H1.HeaderClassName
{
color: #BB8758;
}
.AnyTagClassName
{
color: #BB8758;
}
</style>
background-color css
<style>
a { background-color: #BB8758; }
a { background-color: rgb(187,135,88); }
div.DivClassName
{
background-color: #BB8758;
}
.BgClassName
{
background-color: #BB8758;
}
</style>
border-color css
<style>
span { border-color: #BB8758; }
span { border-color: rgb(187,135,88); }
td.TdClassName
{
border-color: #BB8758;
}
.TagClassName
{
border-color: #BB8758;
}
</style>