Shades of Twine #BB9353
Tints of Twine #BB9353
RGB
CMYK
RGB Variations
Color information
#BB9353 (or 0xBB9353) is known color: Twine. HEX triplet: BB, 93 and 53. RGB value is (187,147,83). Sum of RGB (Red+Green+Blue) = 187+147+83=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9353 is #446CAC. Grayscale: #979797. Windows color (decimal): -4484269 or 5477307. OLE color: 5477307.
HSL color Cylindrical-coordinate representation of color #BB9353: hue angle of 36.92º 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 #BB9353 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 83 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.27 |
| HSL | 36.92º | 0.43% | 0.53% | - |
| HSV(B) | 36.92º | 0.56% | 0.73% | - |
| XYZ | 32.49 | 32.06 | 12.66 | - |
| YUV | 151.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 83 | 0 | 0.21 | 0.56 | 0.27 | 36.92 | 0.43 | 0.53 |
| Hex | BB | 93 | 53 | 0 | 15 | 38 | 1B | 25 | 2B | 35 |
| Octal | 273 | 223 | 123 | 0 | 25 | 70 | 33 | 45 | 53 | 65 |
| Binary | 10111011 | 10010011 | 1010011 | 0 | 10101 | 111000 | 11011 | 100101 | 101011 | 110101 |
Color Harmonies of #BB9353
Complementary color
Monochromatic Colors of #BB9353
Black with #BB9353
Text Example
Text Example
White with #BB9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9353; }
p { color: rgb(187,147,83); }
H1.HeaderClassName
{
color: #BB9353;
}
.AnyTagClassName
{
color: #BB9353;
}
</style>
background-color css
<style>
a { background-color: #BB9353; }
a { background-color: rgb(187,147,83); }
div.DivClassName
{
background-color: #BB9353;
}
.BgClassName
{
background-color: #BB9353;
}
</style>
border-color css
<style>
span { border-color: #BB9353; }
span { border-color: rgb(187,147,83); }
td.TdClassName
{
border-color: #BB9353;
}
.TagClassName
{
border-color: #BB9353;
}
</style>