Shades of Tussock #BB914B
Tints of Tussock #BB914B
RGB
CMYK
RGB Variations
Color information
#BB914B (or 0xBB914B) is known color: Tussock. HEX triplet: BB, 91 and 4B. RGB value is (187,145,75). Sum of RGB (Red+Green+Blue) = 187+145+75=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB914B is #446EB4. Grayscale: #959595. Windows color (decimal): -4484789 or 4952507. OLE color: 4952507.
HSL color Cylindrical-coordinate representation of color #BB914B: hue angle of 37.5º 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 #BB914B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 75 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.27 |
| HSL | 37.5º | 0.45% | 0.51% | - |
| HSV(B) | 37.5º | 0.6% | 0.73% | - |
| XYZ | 31.89 | 31.32 | 11.02 | - |
| YUV | 149.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 75 | 0 | 0.22 | 0.60 | 0.27 | 37.5 | 0.45 | 0.51 |
| Hex | BB | 91 | 4B | 0 | 16 | 3C | 1B | 26 | 2D | 33 |
| Octal | 273 | 221 | 113 | 0 | 26 | 74 | 33 | 46 | 55 | 63 |
| Binary | 10111011 | 10010001 | 1001011 | 0 | 10110 | 111100 | 11011 | 100110 | 101101 | 110011 |
Color Harmonies of #BB914B
Complementary color
Monochromatic Colors of #BB914B
Black with #BB914B
Text Example
Text Example
White with #BB914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB914B; }
p { color: rgb(187,145,75); }
H1.HeaderClassName
{
color: #BB914B;
}
.AnyTagClassName
{
color: #BB914B;
}
</style>
background-color css
<style>
a { background-color: #BB914B; }
a { background-color: rgb(187,145,75); }
div.DivClassName
{
background-color: #BB914B;
}
.BgClassName
{
background-color: #BB914B;
}
</style>
border-color css
<style>
span { border-color: #BB914B; }
span { border-color: rgb(187,145,75); }
td.TdClassName
{
border-color: #BB914B;
}
.TagClassName
{
border-color: #BB914B;
}
</style>