Shades of Tussock #BB964B
Tints of Tussock #BB964B
RGB
CMYK
RGB Variations
Color information
#BB964B (or 0xBB964B) is known color: Tussock. HEX triplet: BB, 96 and 4B. RGB value is (187,150,75). Sum of RGB (Red+Green+Blue) = 187+150+75=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB964B is #4469B4. Grayscale: #989898. Windows color (decimal): -4483509 or 4953787. OLE color: 4953787.
HSL color Cylindrical-coordinate representation of color #BB964B: hue angle of 40.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB964B is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 75 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.27 |
| HSL | 40.18º | 0.45% | 0.51% | - |
| HSV(B) | 40.18º | 0.6% | 0.73% | - |
| XYZ | 32.67 | 32.89 | 11.28 | - |
| YUV | 152.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 75 | 0 | 0.20 | 0.60 | 0.27 | 40.18 | 0.45 | 0.51 |
| Hex | BB | 96 | 4B | 0 | 14 | 3C | 1B | 28 | 2D | 33 |
| Octal | 273 | 226 | 113 | 0 | 24 | 74 | 33 | 50 | 55 | 63 |
| Binary | 10111011 | 10010110 | 1001011 | 0 | 10100 | 111100 | 11011 | 101000 | 101101 | 110011 |
Color Harmonies of #BB964B
Complementary color
Monochromatic Colors of #BB964B
Black with #BB964B
Text Example
Text Example
White with #BB964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB964B; }
p { color: rgb(187,150,75); }
H1.HeaderClassName
{
color: #BB964B;
}
.AnyTagClassName
{
color: #BB964B;
}
</style>
background-color css
<style>
a { background-color: #BB964B; }
a { background-color: rgb(187,150,75); }
div.DivClassName
{
background-color: #BB964B;
}
.BgClassName
{
background-color: #BB964B;
}
</style>
border-color css
<style>
span { border-color: #BB964B; }
span { border-color: rgb(187,150,75); }
td.TdClassName
{
border-color: #BB964B;
}
.TagClassName
{
border-color: #BB964B;
}
</style>