Shades of Tussock #BB924B
Tints of Tussock #BB924B
RGB
CMYK
RGB Variations
Color information
#BB924B (or 0xBB924B) is known color: Tussock. HEX triplet: BB, 92 and 4B. RGB value is (187,146,75). Sum of RGB (Red+Green+Blue) = 187+146+75=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB924B is #446DB4. Grayscale: #969696. Windows color (decimal): -4484533 or 4952763. OLE color: 4952763.
HSL color Cylindrical-coordinate representation of color #BB924B: hue angle of 38.04º 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 #BB924B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 75 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.27 |
| HSL | 38.04º | 0.45% | 0.51% | - |
| HSV(B) | 38.04º | 0.6% | 0.73% | - |
| XYZ | 32.04 | 31.63 | 11.07 | - |
| YUV | 150.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 75 | 0 | 0.22 | 0.60 | 0.27 | 38.04 | 0.45 | 0.51 |
| Hex | BB | 92 | 4B | 0 | 16 | 3C | 1B | 26 | 2D | 33 |
| Octal | 273 | 222 | 113 | 0 | 26 | 74 | 33 | 46 | 55 | 63 |
| Binary | 10111011 | 10010010 | 1001011 | 0 | 10110 | 111100 | 11011 | 100110 | 101101 | 110011 |
Color Harmonies of #BB924B
Complementary color
Monochromatic Colors of #BB924B
Black with #BB924B
Text Example
Text Example
White with #BB924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB924B; }
p { color: rgb(187,146,75); }
H1.HeaderClassName
{
color: #BB924B;
}
.AnyTagClassName
{
color: #BB924B;
}
</style>
background-color css
<style>
a { background-color: #BB924B; }
a { background-color: rgb(187,146,75); }
div.DivClassName
{
background-color: #BB924B;
}
.BgClassName
{
background-color: #BB924B;
}
</style>
border-color css
<style>
span { border-color: #BB924B; }
span { border-color: rgb(187,146,75); }
td.TdClassName
{
border-color: #BB924B;
}
.TagClassName
{
border-color: #BB924B;
}
</style>