Shades of Twine #BB8D52
Tints of Twine #BB8D52
RGB
CMYK
RGB Variations
Color information
#BB8D52 (or 0xBB8D52) is known color: Twine. HEX triplet: BB, 8D and 52. RGB value is (187,141,82). Sum of RGB (Red+Green+Blue) = 187+141+82=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D52 is #4472AD. Grayscale: #949494. Windows color (decimal): -4485806 or 5410235. OLE color: 5410235.
HSL color Cylindrical-coordinate representation of color #BB8D52: hue angle of 33.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB8D52 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 82 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.27 |
| HSL | 33.71º | 0.44% | 0.53% | - |
| HSV(B) | 33.71º | 0.56% | 0.73% | - |
| XYZ | 31.54 | 30.22 | 12.15 | - |
| YUV | 148.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 82 | 0 | 0.25 | 0.56 | 0.27 | 33.71 | 0.44 | 0.53 |
| Hex | BB | 8D | 52 | 0 | 19 | 38 | 1B | 22 | 2C | 35 |
| Octal | 273 | 215 | 122 | 0 | 31 | 70 | 33 | 42 | 54 | 65 |
| Binary | 10111011 | 10001101 | 1010010 | 0 | 11001 | 111000 | 11011 | 100010 | 101100 | 110101 |
Color Harmonies of #BB8D52
Complementary color
Monochromatic Colors of #BB8D52
Black with #BB8D52
Text Example
Text Example
White with #BB8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D52; }
p { color: rgb(187,141,82); }
H1.HeaderClassName
{
color: #BB8D52;
}
.AnyTagClassName
{
color: #BB8D52;
}
</style>
background-color css
<style>
a { background-color: #BB8D52; }
a { background-color: rgb(187,141,82); }
div.DivClassName
{
background-color: #BB8D52;
}
.BgClassName
{
background-color: #BB8D52;
}
</style>
border-color css
<style>
span { border-color: #BB8D52; }
span { border-color: rgb(187,141,82); }
td.TdClassName
{
border-color: #BB8D52;
}
.TagClassName
{
border-color: #BB8D52;
}
</style>