Shades of Twine #BB8B53
Tints of Twine #BB8B53
RGB
CMYK
RGB Variations
Color information
#BB8B53 (or 0xBB8B53) is known color: Twine. HEX triplet: BB, 8B and 53. RGB value is (187,139,83). Sum of RGB (Red+Green+Blue) = 187+139+83=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B53 is #4474AC. Grayscale: #939393. Windows color (decimal): -4486317 or 5475259. OLE color: 5475259.
HSL color Cylindrical-coordinate representation of color #BB8B53: hue angle of 32.31º degrees, saturation: 0.43, 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 #BB8B53 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 83 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.27 |
| HSL | 32.31º | 0.43% | 0.53% | - |
| HSV(B) | 32.31º | 0.56% | 0.73% | - |
| XYZ | 31.29 | 29.65 | 12.26 | - |
| YUV | 146.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 83 | 0 | 0.26 | 0.56 | 0.27 | 32.31 | 0.43 | 0.53 |
| Hex | BB | 8B | 53 | 0 | 1A | 38 | 1B | 20 | 2B | 35 |
| Octal | 273 | 213 | 123 | 0 | 32 | 70 | 33 | 40 | 53 | 65 |
| Binary | 10111011 | 10001011 | 1010011 | 0 | 11010 | 111000 | 11011 | 100000 | 101011 | 110101 |
Color Harmonies of #BB8B53
Complementary color
Monochromatic Colors of #BB8B53
Black with #BB8B53
Text Example
Text Example
White with #BB8B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B53; }
p { color: rgb(187,139,83); }
H1.HeaderClassName
{
color: #BB8B53;
}
.AnyTagClassName
{
color: #BB8B53;
}
</style>
background-color css
<style>
a { background-color: #BB8B53; }
a { background-color: rgb(187,139,83); }
div.DivClassName
{
background-color: #BB8B53;
}
.BgClassName
{
background-color: #BB8B53;
}
</style>
border-color css
<style>
span { border-color: #BB8B53; }
span { border-color: rgb(187,139,83); }
td.TdClassName
{
border-color: #BB8B53;
}
.TagClassName
{
border-color: #BB8B53;
}
</style>