Shades of Twine #BB855D
Tints of Twine #BB855D
RGB
CMYK
RGB Variations
Color information
#BB855D (or 0xBB855D) is known color: Twine. HEX triplet: BB, 85 and 5D. RGB value is (187,133,93). Sum of RGB (Red+Green+Blue) = 187+133+93=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB855D is #447AA2. Grayscale: #909090. Windows color (decimal): -4487843 or 6129083. OLE color: 6129083.
HSL color Cylindrical-coordinate representation of color #BB855D: hue angle of 25.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB855D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 93 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.27 |
| HSL | 25.53º | 0.41% | 0.55% | - |
| HSV(B) | 25.53º | 0.5% | 0.73% | - |
| XYZ | 30.86 | 28.13 | 14.16 | - |
| YUV | 144.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 93 | 0 | 0.29 | 0.50 | 0.27 | 25.53 | 0.41 | 0.55 |
| Hex | BB | 85 | 5D | 0 | 1D | 32 | 1B | 1A | 29 | 37 |
| Octal | 273 | 205 | 135 | 0 | 35 | 62 | 33 | 32 | 51 | 67 |
| Binary | 10111011 | 10000101 | 1011101 | 0 | 11101 | 110010 | 11011 | 11010 | 101001 | 110111 |
Color Harmonies of #BB855D
Complementary color
Monochromatic Colors of #BB855D
Black with #BB855D
Text Example
Text Example
White with #BB855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB855D; }
p { color: rgb(187,133,93); }
H1.HeaderClassName
{
color: #BB855D;
}
.AnyTagClassName
{
color: #BB855D;
}
</style>
background-color css
<style>
a { background-color: #BB855D; }
a { background-color: rgb(187,133,93); }
div.DivClassName
{
background-color: #BB855D;
}
.BgClassName
{
background-color: #BB855D;
}
</style>
border-color css
<style>
span { border-color: #BB855D; }
span { border-color: rgb(187,133,93); }
td.TdClassName
{
border-color: #BB855D;
}
.TagClassName
{
border-color: #BB855D;
}
</style>