Shades of Twine #BB8351
Tints of Twine #BB8351
RGB
CMYK
RGB Variations
Color information
#BB8351 (or 0xBB8351) is known color: Twine. HEX triplet: BB, 83 and 51. RGB value is (187,131,81). Sum of RGB (Red+Green+Blue) = 187+131+81=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8351 is #447CAE. Grayscale: #8E8E8E. Windows color (decimal): -4488367 or 5342139. OLE color: 5342139.
HSL color Cylindrical-coordinate representation of color #BB8351: hue angle of 28.3º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB8351 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 81 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.27 |
| HSL | 28.3º | 0.44% | 0.53% | - |
| HSV(B) | 28.3º | 0.57% | 0.73% | - |
| XYZ | 30.1 | 27.39 | 11.49 | - |
| YUV | 142.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 81 | 0 | 0.30 | 0.57 | 0.27 | 28.3 | 0.44 | 0.53 |
| Hex | BB | 83 | 51 | 0 | 1E | 39 | 1B | 1C | 2C | 35 |
| Octal | 273 | 203 | 121 | 0 | 36 | 71 | 33 | 34 | 54 | 65 |
| Binary | 10111011 | 10000011 | 1010001 | 0 | 11110 | 111001 | 11011 | 11100 | 101100 | 110101 |
Color Harmonies of #BB8351
Complementary color
Monochromatic Colors of #BB8351
Black with #BB8351
Text Example
Text Example
White with #BB8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8351; }
p { color: rgb(187,131,81); }
H1.HeaderClassName
{
color: #BB8351;
}
.AnyTagClassName
{
color: #BB8351;
}
</style>
background-color css
<style>
a { background-color: #BB8351; }
a { background-color: rgb(187,131,81); }
div.DivClassName
{
background-color: #BB8351;
}
.BgClassName
{
background-color: #BB8351;
}
</style>
border-color css
<style>
span { border-color: #BB8351; }
span { border-color: rgb(187,131,81); }
td.TdClassName
{
border-color: #BB8351;
}
.TagClassName
{
border-color: #BB8351;
}
</style>