Shades of Nugget #B99225
Tints of Nugget #B99225
RGB
CMYK
RGB Variations
Color information
#B99225 (or 0xB99225) is known color: Nugget. HEX triplet: B9, 92 and 25. RGB value is (185,146,37). Sum of RGB (Red+Green+Blue) = 185+146+37=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B99225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99225 is #466DDA. Grayscale: #919191. Windows color (decimal): -4615643 or 2462393. OLE color: 2462393.
HSL color Cylindrical-coordinate representation of color #B99225: hue angle of 44.19º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B99225 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 37 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.27 |
| HSL | 44.19º | 0.67% | 0.44% | - |
| HSV(B) | 44.19º | 0.8% | 0.73% | - |
| XYZ | 30.62 | 31.01 | 6.12 | - |
| YUV | 145.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 37 | 0 | 0.21 | 0.80 | 0.27 | 44.19 | 0.67 | 0.44 |
| Hex | B9 | 92 | 25 | 0 | 15 | 50 | 1B | 2C | 43 | 2C |
| Octal | 271 | 222 | 45 | 0 | 25 | 120 | 33 | 54 | 103 | 54 |
| Binary | 10111001 | 10010010 | 100101 | 0 | 10101 | 1010000 | 11011 | 101100 | 1000011 | 101100 |
Color Harmonies of #B99225
Complementary color
Monochromatic Colors of #B99225
Black with #B99225
Text Example
Text Example
White with #B99225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99225; }
p { color: rgb(185,146,37); }
H1.HeaderClassName
{
color: #B99225;
}
.AnyTagClassName
{
color: #B99225;
}
</style>
background-color css
<style>
a { background-color: #B99225; }
a { background-color: rgb(185,146,37); }
div.DivClassName
{
background-color: #B99225;
}
.BgClassName
{
background-color: #B99225;
}
</style>
border-color css
<style>
span { border-color: #B99225; }
span { border-color: rgb(185,146,37); }
td.TdClassName
{
border-color: #B99225;
}
.TagClassName
{
border-color: #B99225;
}
</style>