Shades of Nugget #B9952C
Tints of Nugget #B9952C
RGB
CMYK
RGB Variations
Color information
#B9952C (or 0xB9952C) is known color: Nugget. HEX triplet: B9, 95 and 2C. RGB value is (185,149,44). Sum of RGB (Red+Green+Blue) = 185+149+44=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9952C is #466AD3. Grayscale: #949494. Windows color (decimal): -4614868 or 2921913. OLE color: 2921913.
HSL color Cylindrical-coordinate representation of color #B9952C: hue angle of 44.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9952C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 44 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.27 |
| HSL | 44.68º | 0.62% | 0.45% | - |
| HSV(B) | 44.68º | 0.76% | 0.73% | - |
| XYZ | 31.21 | 31.99 | 6.91 | - |
| YUV | 147.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 44 | 0 | 0.19 | 0.76 | 0.27 | 44.68 | 0.62 | 0.45 |
| Hex | B9 | 95 | 2C | 0 | 13 | 4C | 1B | 2D | 3E | 2D |
| Octal | 271 | 225 | 54 | 0 | 23 | 114 | 33 | 55 | 76 | 55 |
| Binary | 10111001 | 10010101 | 101100 | 0 | 10011 | 1001100 | 11011 | 101101 | 111110 | 101101 |
Color Harmonies of #B9952C
Complementary color
Monochromatic Colors of #B9952C
Black with #B9952C
Text Example
Text Example
White with #B9952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9952C; }
p { color: rgb(185,149,44); }
H1.HeaderClassName
{
color: #B9952C;
}
.AnyTagClassName
{
color: #B9952C;
}
</style>
background-color css
<style>
a { background-color: #B9952C; }
a { background-color: rgb(185,149,44); }
div.DivClassName
{
background-color: #B9952C;
}
.BgClassName
{
background-color: #B9952C;
}
</style>
border-color css
<style>
span { border-color: #B9952C; }
span { border-color: rgb(185,149,44); }
td.TdClassName
{
border-color: #B9952C;
}
.TagClassName
{
border-color: #B9952C;
}
</style>