Shades of Nugget #B99222
Tints of Nugget #B99222
RGB
CMYK
RGB Variations
Color information
#B99222 (or 0xB99222) is known color: Nugget. HEX triplet: B9, 92 and 22. RGB value is (185,146,34). Sum of RGB (Red+Green+Blue) = 185+146+34=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B99222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99222 is #466DDD. Grayscale: #919191. Windows color (decimal): -4615646 or 2265785. OLE color: 2265785.
HSL color Cylindrical-coordinate representation of color #B99222: hue angle of 44.5º 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 #B99222 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 34 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.27 |
| HSL | 44.5º | 0.69% | 0.43% | - |
| HSV(B) | 44.5º | 0.82% | 0.73% | - |
| XYZ | 30.58 | 30.99 | 5.88 | - |
| YUV | 144.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 34 | 0 | 0.21 | 0.82 | 0.27 | 44.5 | 0.69 | 0.43 |
| Hex | B9 | 92 | 22 | 0 | 15 | 52 | 1B | 2D | 45 | 2B |
| Octal | 271 | 222 | 42 | 0 | 25 | 122 | 33 | 55 | 105 | 53 |
| Binary | 10111001 | 10010010 | 100010 | 0 | 10101 | 1010010 | 11011 | 101101 | 1000101 | 101011 |
Color Harmonies of #B99222
Complementary color
Monochromatic Colors of #B99222
Black with #B99222
Text Example
Text Example
White with #B99222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99222; }
p { color: rgb(185,146,34); }
H1.HeaderClassName
{
color: #B99222;
}
.AnyTagClassName
{
color: #B99222;
}
</style>
background-color css
<style>
a { background-color: #B99222; }
a { background-color: rgb(185,146,34); }
div.DivClassName
{
background-color: #B99222;
}
.BgClassName
{
background-color: #B99222;
}
</style>
border-color css
<style>
span { border-color: #B99222; }
span { border-color: rgb(185,146,34); }
td.TdClassName
{
border-color: #B99222;
}
.TagClassName
{
border-color: #B99222;
}
</style>