Shades of Tussock #BB8F44
Tints of Tussock #BB8F44
RGB
CMYK
RGB Variations
Color information
#BB8F44 (or 0xBB8F44) is known color: Tussock. HEX triplet: BB, 8F and 44. RGB value is (187,143,68). Sum of RGB (Red+Green+Blue) = 187+143+68=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F44 is #4470BB. Grayscale: #939393. Windows color (decimal): -4485308 or 4493243. OLE color: 4493243.
HSL color Cylindrical-coordinate representation of color #BB8F44: hue angle of 37.82º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB8F44 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 68 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.27 |
| HSL | 37.82º | 0.47% | 0.5% | - |
| HSV(B) | 37.82º | 0.64% | 0.73% | - |
| XYZ | 31.36 | 30.63 | 9.73 | - |
| YUV | 147.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 68 | 0 | 0.24 | 0.64 | 0.27 | 37.82 | 0.47 | 0.5 |
| Hex | BB | 8F | 44 | 0 | 18 | 40 | 1B | 26 | 2F | 32 |
| Octal | 273 | 217 | 104 | 0 | 30 | 100 | 33 | 46 | 57 | 62 |
| Binary | 10111011 | 10001111 | 1000100 | 0 | 11000 | 1000000 | 11011 | 100110 | 101111 | 110010 |
Color Harmonies of #BB8F44
Complementary color
Monochromatic Colors of #BB8F44
Black with #BB8F44
Text Example
Text Example
White with #BB8F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F44; }
p { color: rgb(187,143,68); }
H1.HeaderClassName
{
color: #BB8F44;
}
.AnyTagClassName
{
color: #BB8F44;
}
</style>
background-color css
<style>
a { background-color: #BB8F44; }
a { background-color: rgb(187,143,68); }
div.DivClassName
{
background-color: #BB8F44;
}
.BgClassName
{
background-color: #BB8F44;
}
</style>
border-color css
<style>
span { border-color: #BB8F44; }
span { border-color: rgb(187,143,68); }
td.TdClassName
{
border-color: #BB8F44;
}
.TagClassName
{
border-color: #BB8F44;
}
</style>