Shades of Twine #B99053
Tints of Twine #B99053
RGB
CMYK
RGB Variations
Color information
#B99053 (or 0xB99053) is known color: Twine. HEX triplet: B9, 90 and 53. RGB value is (185,144,83). Sum of RGB (Red+Green+Blue) = 185+144+83=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B99053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99053 is #466FAC. Grayscale: #959595. Windows color (decimal): -4616109 or 5476537. OLE color: 5476537.
HSL color Cylindrical-coordinate representation of color #B99053: hue angle of 35.88º 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 #B99053 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 83 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.27 |
| HSL | 35.88º | 0.42% | 0.53% | - |
| HSV(B) | 35.88º | 0.55% | 0.73% | - |
| XYZ | 31.54 | 30.89 | 12.48 | - |
| YUV | 149.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 83 | 0 | 0.22 | 0.55 | 0.27 | 35.88 | 0.42 | 0.53 |
| Hex | B9 | 90 | 53 | 0 | 16 | 37 | 1B | 24 | 2A | 35 |
| Octal | 271 | 220 | 123 | 0 | 26 | 67 | 33 | 44 | 52 | 65 |
| Binary | 10111001 | 10010000 | 1010011 | 0 | 10110 | 110111 | 11011 | 100100 | 101010 | 110101 |
Color Harmonies of #B99053
Complementary color
Monochromatic Colors of #B99053
Black with #B99053
Text Example
Text Example
White with #B99053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99053; }
p { color: rgb(185,144,83); }
H1.HeaderClassName
{
color: #B99053;
}
.AnyTagClassName
{
color: #B99053;
}
</style>
background-color css
<style>
a { background-color: #B99053; }
a { background-color: rgb(185,144,83); }
div.DivClassName
{
background-color: #B99053;
}
.BgClassName
{
background-color: #B99053;
}
</style>
border-color css
<style>
span { border-color: #B99053; }
span { border-color: rgb(185,144,83); }
td.TdClassName
{
border-color: #B99053;
}
.TagClassName
{
border-color: #B99053;
}
</style>