Shades of Tussock #B99146
Tints of Tussock #B99146
RGB
CMYK
RGB Variations
Color information
#B99146 (or 0xB99146) is known color: Tussock. HEX triplet: B9, 91 and 46. RGB value is (185,145,70). Sum of RGB (Red+Green+Blue) = 185+145+70=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B99146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99146 is #466EB9. Grayscale: #949494. Windows color (decimal): -4615866 or 4624825. OLE color: 4624825.
HSL color Cylindrical-coordinate representation of color #B99146: hue angle of 39.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B99146 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 70 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.27 |
| HSL | 39.13º | 0.45% | 0.5% | - |
| HSV(B) | 39.13º | 0.62% | 0.73% | - |
| XYZ | 31.24 | 31.01 | 10.13 | - |
| YUV | 148.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 70 | 0 | 0.22 | 0.62 | 0.27 | 39.13 | 0.45 | 0.5 |
| Hex | B9 | 91 | 46 | 0 | 16 | 3E | 1B | 27 | 2D | 32 |
| Octal | 271 | 221 | 106 | 0 | 26 | 76 | 33 | 47 | 55 | 62 |
| Binary | 10111001 | 10010001 | 1000110 | 0 | 10110 | 111110 | 11011 | 100111 | 101101 | 110010 |
Color Harmonies of #B99146
Complementary color
Monochromatic Colors of #B99146
Black with #B99146
Text Example
Text Example
White with #B99146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99146; }
p { color: rgb(185,145,70); }
H1.HeaderClassName
{
color: #B99146;
}
.AnyTagClassName
{
color: #B99146;
}
</style>
background-color css
<style>
a { background-color: #B99146; }
a { background-color: rgb(185,145,70); }
div.DivClassName
{
background-color: #B99146;
}
.BgClassName
{
background-color: #B99146;
}
</style>
border-color css
<style>
span { border-color: #B99146; }
span { border-color: rgb(185,145,70); }
td.TdClassName
{
border-color: #B99146;
}
.TagClassName
{
border-color: #B99146;
}
</style>