Shades of Tussock #BB944B
Tints of Tussock #BB944B
RGB
CMYK
RGB Variations
Color information
#BB944B (or 0xBB944B) is known color: Tussock. HEX triplet: BB, 94 and 4B. RGB value is (187,148,75). Sum of RGB (Red+Green+Blue) = 187+148+75=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB944B is #446BB4. Grayscale: #979797. Windows color (decimal): -4484021 or 4953275. OLE color: 4953275.
HSL color Cylindrical-coordinate representation of color #BB944B: hue angle of 39.11º 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 #BB944B is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 75 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.27 |
| HSL | 39.11º | 0.45% | 0.51% | - |
| HSV(B) | 39.11º | 0.6% | 0.73% | - |
| XYZ | 32.35 | 32.25 | 11.18 | - |
| YUV | 151.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 75 | 0 | 0.21 | 0.60 | 0.27 | 39.11 | 0.45 | 0.51 |
| Hex | BB | 94 | 4B | 0 | 15 | 3C | 1B | 27 | 2D | 33 |
| Octal | 273 | 224 | 113 | 0 | 25 | 74 | 33 | 47 | 55 | 63 |
| Binary | 10111011 | 10010100 | 1001011 | 0 | 10101 | 111100 | 11011 | 100111 | 101101 | 110011 |
Color Harmonies of #BB944B
Complementary color
Monochromatic Colors of #BB944B
Black with #BB944B
Text Example
Text Example
White with #BB944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB944B; }
p { color: rgb(187,148,75); }
H1.HeaderClassName
{
color: #BB944B;
}
.AnyTagClassName
{
color: #BB944B;
}
</style>
background-color css
<style>
a { background-color: #BB944B; }
a { background-color: rgb(187,148,75); }
div.DivClassName
{
background-color: #BB944B;
}
.BgClassName
{
background-color: #BB944B;
}
</style>
border-color css
<style>
span { border-color: #BB944B; }
span { border-color: rgb(187,148,75); }
td.TdClassName
{
border-color: #BB944B;
}
.TagClassName
{
border-color: #BB944B;
}
</style>