Shades of Tussock #B9914F
Tints of Tussock #B9914F
RGB
CMYK
RGB Variations
Color information
#B9914F (or 0xB9914F) is known color: Tussock. HEX triplet: B9, 91 and 4F. RGB value is (185,145,79). Sum of RGB (Red+Green+Blue) = 185+145+79=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9914F is #466EB0. Grayscale: #959595. Windows color (decimal): -4615857 or 5214649. OLE color: 5214649.
HSL color Cylindrical-coordinate representation of color #B9914F: hue angle of 37.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9914F is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 79 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.27 |
| HSL | 37.36º | 0.43% | 0.52% | - |
| HSV(B) | 37.36º | 0.57% | 0.73% | - |
| XYZ | 31.54 | 31.13 | 11.74 | - |
| YUV | 149.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 79 | 0 | 0.22 | 0.57 | 0.27 | 37.36 | 0.43 | 0.52 |
| Hex | B9 | 91 | 4F | 0 | 16 | 39 | 1B | 25 | 2B | 34 |
| Octal | 271 | 221 | 117 | 0 | 26 | 71 | 33 | 45 | 53 | 64 |
| Binary | 10111001 | 10010001 | 1001111 | 0 | 10110 | 111001 | 11011 | 100101 | 101011 | 110100 |
Color Harmonies of #B9914F
Complementary color
Monochromatic Colors of #B9914F
Black with #B9914F
Text Example
Text Example
White with #B9914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9914F; }
p { color: rgb(185,145,79); }
H1.HeaderClassName
{
color: #B9914F;
}
.AnyTagClassName
{
color: #B9914F;
}
</style>
background-color css
<style>
a { background-color: #B9914F; }
a { background-color: rgb(185,145,79); }
div.DivClassName
{
background-color: #B9914F;
}
.BgClassName
{
background-color: #B9914F;
}
</style>
border-color css
<style>
span { border-color: #B9914F; }
span { border-color: rgb(185,145,79); }
td.TdClassName
{
border-color: #B9914F;
}
.TagClassName
{
border-color: #B9914F;
}
</style>