Shades of Twine #BB845C
Tints of Twine #BB845C
RGB
CMYK
RGB Variations
Color information
#BB845C (or 0xBB845C) is known color: Twine. HEX triplet: BB, 84 and 5C. RGB value is (187,132,92). Sum of RGB (Red+Green+Blue) = 187+132+92=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB845C is #447BA3. Grayscale: #909090. Windows color (decimal): -4488100 or 6063291. OLE color: 6063291.
HSL color Cylindrical-coordinate representation of color #BB845C: hue angle of 25.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB845C is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 92 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.27 |
| HSL | 25.26º | 0.41% | 0.55% | - |
| HSV(B) | 25.26º | 0.51% | 0.73% | - |
| XYZ | 30.68 | 27.84 | 13.88 | - |
| YUV | 143.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 92 | 0 | 0.29 | 0.51 | 0.27 | 25.26 | 0.41 | 0.55 |
| Hex | BB | 84 | 5C | 0 | 1D | 33 | 1B | 19 | 29 | 37 |
| Octal | 273 | 204 | 134 | 0 | 35 | 63 | 33 | 31 | 51 | 67 |
| Binary | 10111011 | 10000100 | 1011100 | 0 | 11101 | 110011 | 11011 | 11001 | 101001 | 110111 |
Color Harmonies of #BB845C
Complementary color
Monochromatic Colors of #BB845C
Black with #BB845C
Text Example
Text Example
White with #BB845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB845C; }
p { color: rgb(187,132,92); }
H1.HeaderClassName
{
color: #BB845C;
}
.AnyTagClassName
{
color: #BB845C;
}
</style>
background-color css
<style>
a { background-color: #BB845C; }
a { background-color: rgb(187,132,92); }
div.DivClassName
{
background-color: #BB845C;
}
.BgClassName
{
background-color: #BB845C;
}
</style>
border-color css
<style>
span { border-color: #BB845C; }
span { border-color: rgb(187,132,92); }
td.TdClassName
{
border-color: #BB845C;
}
.TagClassName
{
border-color: #BB845C;
}
</style>