Shades of Tussock #BB944D
Tints of Tussock #BB944D
RGB
CMYK
RGB Variations
Color information
#BB944D (or 0xBB944D) is known color: Tussock. HEX triplet: BB, 94 and 4D. RGB value is (187,148,77). Sum of RGB (Red+Green+Blue) = 187+148+77=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB944D is #446BB2. Grayscale: #979797. Windows color (decimal): -4484019 or 5084347. OLE color: 5084347.
HSL color Cylindrical-coordinate representation of color #BB944D: hue angle of 38.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB944D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 77 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.27 |
| HSL | 38.73º | 0.45% | 0.52% | - |
| HSV(B) | 38.73º | 0.59% | 0.73% | - |
| XYZ | 32.42 | 32.28 | 11.54 | - |
| YUV | 151.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 77 | 0 | 0.21 | 0.59 | 0.27 | 38.73 | 0.45 | 0.52 |
| Hex | BB | 94 | 4D | 0 | 15 | 3B | 1B | 27 | 2D | 34 |
| Octal | 273 | 224 | 115 | 0 | 25 | 73 | 33 | 47 | 55 | 64 |
| Binary | 10111011 | 10010100 | 1001101 | 0 | 10101 | 111011 | 11011 | 100111 | 101101 | 110100 |
Color Harmonies of #BB944D
Complementary color
Monochromatic Colors of #BB944D
Black with #BB944D
Text Example
Text Example
White with #BB944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB944D; }
p { color: rgb(187,148,77); }
H1.HeaderClassName
{
color: #BB944D;
}
.AnyTagClassName
{
color: #BB944D;
}
</style>
background-color css
<style>
a { background-color: #BB944D; }
a { background-color: rgb(187,148,77); }
div.DivClassName
{
background-color: #BB944D;
}
.BgClassName
{
background-color: #BB944D;
}
</style>
border-color css
<style>
span { border-color: #BB944D; }
span { border-color: rgb(187,148,77); }
td.TdClassName
{
border-color: #BB944D;
}
.TagClassName
{
border-color: #BB944D;
}
</style>