Shades of Nugget #BB9222
Tints of Nugget #BB9222
RGB
CMYK
RGB Variations
Color information
#BB9222 (or 0xBB9222) is known color: Nugget. HEX triplet: BB, 92 and 22. RGB value is (187,146,34). Sum of RGB (Red+Green+Blue) = 187+146+34=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9222 is #446DDD. Grayscale: #919191. Windows color (decimal): -4484574 or 2265787. OLE color: 2265787.
HSL color Cylindrical-coordinate representation of color #BB9222: hue angle of 43.92º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB9222 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 34 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.27 |
| HSL | 43.92º | 0.69% | 0.43% | - |
| HSV(B) | 43.92º | 0.82% | 0.73% | - |
| XYZ | 31.06 | 31.24 | 5.91 | - |
| YUV | 145.49 | 65.08 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 34 | 0 | 0.22 | 0.82 | 0.27 | 43.92 | 0.69 | 0.43 |
| Hex | BB | 92 | 22 | 0 | 16 | 52 | 1B | 2C | 45 | 2B |
| Octal | 273 | 222 | 42 | 0 | 26 | 122 | 33 | 54 | 105 | 53 |
| Binary | 10111011 | 10010010 | 100010 | 0 | 10110 | 1010010 | 11011 | 101100 | 1000101 | 101011 |
Color Harmonies of #BB9222
Complementary color
Monochromatic Colors of #BB9222
Black with #BB9222
Text Example
Text Example
White with #BB9222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9222; }
p { color: rgb(187,146,34); }
H1.HeaderClassName
{
color: #BB9222;
}
.AnyTagClassName
{
color: #BB9222;
}
</style>
background-color css
<style>
a { background-color: #BB9222; }
a { background-color: rgb(187,146,34); }
div.DivClassName
{
background-color: #BB9222;
}
.BgClassName
{
background-color: #BB9222;
}
</style>
border-color css
<style>
span { border-color: #BB9222; }
span { border-color: rgb(187,146,34); }
td.TdClassName
{
border-color: #BB9222;
}
.TagClassName
{
border-color: #BB9222;
}
</style>