Shades of Tussock #BB874B
Tints of Tussock #BB874B
RGB
CMYK
RGB Variations
Color information
#BB874B (or 0xBB874B) is known color: Tussock. HEX triplet: BB, 87 and 4B. RGB value is (187,135,75). Sum of RGB (Red+Green+Blue) = 187+135+75=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB874B is #4478B4. Grayscale: #909090. Windows color (decimal): -4487349 or 4949947. OLE color: 4949947.
HSL color Cylindrical-coordinate representation of color #BB874B: hue angle of 32.14º 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 #BB874B is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 75 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.27 |
| HSL | 32.14º | 0.45% | 0.51% | - |
| HSV(B) | 32.14º | 0.6% | 0.73% | - |
| XYZ | 30.43 | 28.4 | 10.53 | - |
| YUV | 143.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 75 | 0 | 0.28 | 0.60 | 0.27 | 32.14 | 0.45 | 0.51 |
| Hex | BB | 87 | 4B | 0 | 1C | 3C | 1B | 20 | 2D | 33 |
| Octal | 273 | 207 | 113 | 0 | 34 | 74 | 33 | 40 | 55 | 63 |
| Binary | 10111011 | 10000111 | 1001011 | 0 | 11100 | 111100 | 11011 | 100000 | 101101 | 110011 |
Color Harmonies of #BB874B
Complementary color
Monochromatic Colors of #BB874B
Black with #BB874B
Text Example
Text Example
White with #BB874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB874B; }
p { color: rgb(187,135,75); }
H1.HeaderClassName
{
color: #BB874B;
}
.AnyTagClassName
{
color: #BB874B;
}
</style>
background-color css
<style>
a { background-color: #BB874B; }
a { background-color: rgb(187,135,75); }
div.DivClassName
{
background-color: #BB874B;
}
.BgClassName
{
background-color: #BB874B;
}
</style>
border-color css
<style>
span { border-color: #BB874B; }
span { border-color: rgb(187,135,75); }
td.TdClassName
{
border-color: #BB874B;
}
.TagClassName
{
border-color: #BB874B;
}
</style>