Shades of Twine #B98753
Tints of Twine #B98753
RGB
CMYK
RGB Variations
Color information
#B98753 (or 0xB98753) is known color: Twine. HEX triplet: B9, 87 and 53. RGB value is (185,135,83). Sum of RGB (Red+Green+Blue) = 185+135+83=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B98753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98753 is #4678AC. Grayscale: #909090. Windows color (decimal): -4618413 or 5474233. OLE color: 5474233.
HSL color Cylindrical-coordinate representation of color #B98753: hue angle of 30.59º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B98753 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 135 | 83 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.27 |
| HSL | 30.59º | 0.42% | 0.53% | - |
| HSV(B) | 30.59º | 0.55% | 0.73% | - |
| XYZ | 30.23 | 28.27 | 12.05 | - |
| YUV | 144.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 83 | 0 | 0.27 | 0.55 | 0.27 | 30.59 | 0.42 | 0.53 |
| Hex | B9 | 87 | 53 | 0 | 1B | 37 | 1B | 1F | 2A | 35 |
| Octal | 271 | 207 | 123 | 0 | 33 | 67 | 33 | 37 | 52 | 65 |
| Binary | 10111001 | 10000111 | 1010011 | 0 | 11011 | 110111 | 11011 | 11111 | 101010 | 110101 |
Color Harmonies of #B98753
Complementary color
Monochromatic Colors of #B98753
Black with #B98753
Text Example
Text Example
White with #B98753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98753; }
p { color: rgb(185,135,83); }
H1.HeaderClassName
{
color: #B98753;
}
.AnyTagClassName
{
color: #B98753;
}
</style>
background-color css
<style>
a { background-color: #B98753; }
a { background-color: rgb(185,135,83); }
div.DivClassName
{
background-color: #B98753;
}
.BgClassName
{
background-color: #B98753;
}
</style>
border-color css
<style>
span { border-color: #B98753; }
span { border-color: rgb(185,135,83); }
td.TdClassName
{
border-color: #B98753;
}
.TagClassName
{
border-color: #B98753;
}
</style>