Shades of Twine #BA8752
Tints of Twine #BA8752
RGB
CMYK
RGB Variations
Color information
#BA8752 (or 0xBA8752) is known color: Twine. HEX triplet: BA, 87 and 52. RGB value is (186,135,82). Sum of RGB (Red+Green+Blue) = 186+135+82=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8752 is #4578AD. Grayscale: #909090. Windows color (decimal): -4552878 or 5408698. OLE color: 5408698.
HSL color Cylindrical-coordinate representation of color #BA8752: hue angle of 30.58º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA8752 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 82 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.27 |
| HSL | 30.58º | 0.43% | 0.53% | - |
| HSV(B) | 30.58º | 0.56% | 0.73% | - |
| XYZ | 30.44 | 28.38 | 11.86 | - |
| YUV | 144.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 82 | 0 | 0.27 | 0.56 | 0.27 | 30.58 | 0.43 | 0.53 |
| Hex | BA | 87 | 52 | 0 | 1B | 38 | 1B | 1F | 2B | 35 |
| Octal | 272 | 207 | 122 | 0 | 33 | 70 | 33 | 37 | 53 | 65 |
| Binary | 10111010 | 10000111 | 1010010 | 0 | 11011 | 111000 | 11011 | 11111 | 101011 | 110101 |
Color Harmonies of #BA8752
Complementary color
Monochromatic Colors of #BA8752
Black with #BA8752
Text Example
Text Example
White with #BA8752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8752; }
p { color: rgb(186,135,82); }
H1.HeaderClassName
{
color: #BA8752;
}
.AnyTagClassName
{
color: #BA8752;
}
</style>
background-color css
<style>
a { background-color: #BA8752; }
a { background-color: rgb(186,135,82); }
div.DivClassName
{
background-color: #BA8752;
}
.BgClassName
{
background-color: #BA8752;
}
</style>
border-color css
<style>
span { border-color: #BA8752; }
span { border-color: rgb(186,135,82); }
td.TdClassName
{
border-color: #BA8752;
}
.TagClassName
{
border-color: #BA8752;
}
</style>