Shades of Twine #BB805A
Tints of Twine #BB805A
RGB
CMYK
RGB Variations
Color information
#BB805A (or 0xBB805A) is known color: Twine. HEX triplet: BB, 80 and 5A. RGB value is (187,128,90). Sum of RGB (Red+Green+Blue) = 187+128+90=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB805A is #447FA5. Grayscale: #8D8D8D. Windows color (decimal): -4489126 or 5931195. OLE color: 5931195.
HSL color Cylindrical-coordinate representation of color #BB805A: hue angle of 23.51º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB805A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 90 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.27 |
| HSL | 23.51º | 0.42% | 0.54% | - |
| HSV(B) | 23.51º | 0.52% | 0.73% | - |
| XYZ | 30.06 | 26.74 | 13.25 | - |
| YUV | 141.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 90 | 0 | 0.32 | 0.52 | 0.27 | 23.51 | 0.42 | 0.54 |
| Hex | BB | 80 | 5A | 0 | 20 | 34 | 1B | 18 | 2A | 36 |
| Octal | 273 | 200 | 132 | 0 | 40 | 64 | 33 | 30 | 52 | 66 |
| Binary | 10111011 | 10000000 | 1011010 | 0 | 100000 | 110100 | 11011 | 11000 | 101010 | 110110 |
Color Harmonies of #BB805A
Complementary color
Monochromatic Colors of #BB805A
Black with #BB805A
Text Example
Text Example
White with #BB805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB805A; }
p { color: rgb(187,128,90); }
H1.HeaderClassName
{
color: #BB805A;
}
.AnyTagClassName
{
color: #BB805A;
}
</style>
background-color css
<style>
a { background-color: #BB805A; }
a { background-color: rgb(187,128,90); }
div.DivClassName
{
background-color: #BB805A;
}
.BgClassName
{
background-color: #BB805A;
}
</style>
border-color css
<style>
span { border-color: #BB805A; }
span { border-color: rgb(187,128,90); }
td.TdClassName
{
border-color: #BB805A;
}
.TagClassName
{
border-color: #BB805A;
}
</style>