Shades of Tussock #BB944C
Tints of Tussock #BB944C
RGB
CMYK
RGB Variations
Color information
#BB944C (or 0xBB944C) is known color: Tussock. HEX triplet: BB, 94 and 4C. RGB value is (187,148,76). Sum of RGB (Red+Green+Blue) = 187+148+76=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB944C is #446BB3. Grayscale: #979797. Windows color (decimal): -4484020 or 5018811. OLE color: 5018811.
HSL color Cylindrical-coordinate representation of color #BB944C: hue angle of 38.92º 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 #BB944C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 76 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.27 |
| HSL | 38.92º | 0.45% | 0.52% | - |
| HSV(B) | 38.92º | 0.59% | 0.73% | - |
| XYZ | 32.39 | 32.27 | 11.36 | - |
| YUV | 151.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 76 | 0 | 0.21 | 0.59 | 0.27 | 38.92 | 0.45 | 0.52 |
| Hex | BB | 94 | 4C | 0 | 15 | 3B | 1B | 27 | 2D | 34 |
| Octal | 273 | 224 | 114 | 0 | 25 | 73 | 33 | 47 | 55 | 64 |
| Binary | 10111011 | 10010100 | 1001100 | 0 | 10101 | 111011 | 11011 | 100111 | 101101 | 110100 |
Color Harmonies of #BB944C
Complementary color
Monochromatic Colors of #BB944C
Black with #BB944C
Text Example
Text Example
White with #BB944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB944C; }
p { color: rgb(187,148,76); }
H1.HeaderClassName
{
color: #BB944C;
}
.AnyTagClassName
{
color: #BB944C;
}
</style>
background-color css
<style>
a { background-color: #BB944C; }
a { background-color: rgb(187,148,76); }
div.DivClassName
{
background-color: #BB944C;
}
.BgClassName
{
background-color: #BB944C;
}
</style>
border-color css
<style>
span { border-color: #BB944C; }
span { border-color: rgb(187,148,76); }
td.TdClassName
{
border-color: #BB944C;
}
.TagClassName
{
border-color: #BB944C;
}
</style>