Shades of Twine #B8845C
Tints of Twine #B8845C
RGB
CMYK
RGB Variations
Color information
#B8845C (or 0xB8845C) is known color: Twine. HEX triplet: B8, 84 and 5C. RGB value is (184,132,92). Sum of RGB (Red+Green+Blue) = 184+132+92=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8845C is #477BA3. Grayscale: #8F8F8F. Windows color (decimal): -4684708 or 6063288. OLE color: 6063288.
HSL color Cylindrical-coordinate representation of color #B8845C: hue angle of 26.09º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8845C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 92 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.28 |
| HSL | 26.09º | 0.39% | 0.54% | - |
| HSV(B) | 26.09º | 0.5% | 0.72% | - |
| XYZ | 29.95 | 27.47 | 13.85 | - |
| YUV | 142.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 92 | 0 | 0.28 | 0.50 | 0.28 | 26.09 | 0.39 | 0.54 |
| Hex | B8 | 84 | 5C | 0 | 1C | 32 | 1C | 1A | 27 | 36 |
| Octal | 270 | 204 | 134 | 0 | 34 | 62 | 34 | 32 | 47 | 66 |
| Binary | 10111000 | 10000100 | 1011100 | 0 | 11100 | 110010 | 11100 | 11010 | 100111 | 110110 |
Color Harmonies of #B8845C
Complementary color
Monochromatic Colors of #B8845C
Black with #B8845C
Text Example
Text Example
White with #B8845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8845C; }
p { color: rgb(184,132,92); }
H1.HeaderClassName
{
color: #B8845C;
}
.AnyTagClassName
{
color: #B8845C;
}
</style>
background-color css
<style>
a { background-color: #B8845C; }
a { background-color: rgb(184,132,92); }
div.DivClassName
{
background-color: #B8845C;
}
.BgClassName
{
background-color: #B8845C;
}
</style>
border-color css
<style>
span { border-color: #B8845C; }
span { border-color: rgb(184,132,92); }
td.TdClassName
{
border-color: #B8845C;
}
.TagClassName
{
border-color: #B8845C;
}
</style>