Shades of Twine #BB855A
Tints of Twine #BB855A
RGB
CMYK
RGB Variations
Color information
#BB855A (or 0xBB855A) is known color: Twine. HEX triplet: BB, 85 and 5A. RGB value is (187,133,90). Sum of RGB (Red+Green+Blue) = 187+133+90=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB855A is #447AA5. Grayscale: #909090. Windows color (decimal): -4487846 or 5932475. OLE color: 5932475.
HSL color Cylindrical-coordinate representation of color #BB855A: hue angle of 26.6º 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 #BB855A is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 90 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.27 |
| HSL | 26.6º | 0.42% | 0.54% | - |
| HSV(B) | 26.6º | 0.52% | 0.73% | - |
| XYZ | 30.73 | 28.08 | 13.47 | - |
| YUV | 144.24 | 97.39 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 90 | 0 | 0.29 | 0.52 | 0.27 | 26.6 | 0.42 | 0.54 |
| Hex | BB | 85 | 5A | 0 | 1D | 34 | 1B | 1B | 2A | 36 |
| Octal | 273 | 205 | 132 | 0 | 35 | 64 | 33 | 33 | 52 | 66 |
| Binary | 10111011 | 10000101 | 1011010 | 0 | 11101 | 110100 | 11011 | 11011 | 101010 | 110110 |
Color Harmonies of #BB855A
Complementary color
Monochromatic Colors of #BB855A
Black with #BB855A
Text Example
Text Example
White with #BB855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB855A; }
p { color: rgb(187,133,90); }
H1.HeaderClassName
{
color: #BB855A;
}
.AnyTagClassName
{
color: #BB855A;
}
</style>
background-color css
<style>
a { background-color: #BB855A; }
a { background-color: rgb(187,133,90); }
div.DivClassName
{
background-color: #BB855A;
}
.BgClassName
{
background-color: #BB855A;
}
</style>
border-color css
<style>
span { border-color: #BB855A; }
span { border-color: rgb(187,133,90); }
td.TdClassName
{
border-color: #BB855A;
}
.TagClassName
{
border-color: #BB855A;
}
</style>