Shades of Twine #B88353
Tints of Twine #B88353
RGB
CMYK
RGB Variations
Color information
#B88353 (or 0xB88353) is known color: Twine. HEX triplet: B8, 83 and 53. RGB value is (184,131,83). Sum of RGB (Red+Green+Blue) = 184+131+83=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B88353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88353 is #477CAC. Grayscale: #8D8D8D. Windows color (decimal): -4684973 or 5473208. OLE color: 5473208.
HSL color Cylindrical-coordinate representation of color #B88353: hue angle of 28.51º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B88353 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 83 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.28 |
| HSL | 28.51º | 0.42% | 0.52% | - |
| HSV(B) | 28.51º | 0.55% | 0.72% | - |
| XYZ | 29.44 | 27.05 | 11.85 | - |
| YUV | 141.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 83 | 0 | 0.29 | 0.55 | 0.28 | 28.51 | 0.42 | 0.52 |
| Hex | B8 | 83 | 53 | 0 | 1D | 37 | 1C | 1D | 2A | 34 |
| Octal | 270 | 203 | 123 | 0 | 35 | 67 | 34 | 35 | 52 | 64 |
| Binary | 10111000 | 10000011 | 1010011 | 0 | 11101 | 110111 | 11100 | 11101 | 101010 | 110100 |
Color Harmonies of #B88353
Complementary color
Monochromatic Colors of #B88353
Black with #B88353
Text Example
Text Example
White with #B88353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88353; }
p { color: rgb(184,131,83); }
H1.HeaderClassName
{
color: #B88353;
}
.AnyTagClassName
{
color: #B88353;
}
</style>
background-color css
<style>
a { background-color: #B88353; }
a { background-color: rgb(184,131,83); }
div.DivClassName
{
background-color: #B88353;
}
.BgClassName
{
background-color: #B88353;
}
</style>
border-color css
<style>
span { border-color: #B88353; }
span { border-color: rgb(184,131,83); }
td.TdClassName
{
border-color: #B88353;
}
.TagClassName
{
border-color: #B88353;
}
</style>