Shades of Nugget #B8952C
Tints of Nugget #B8952C
RGB
CMYK
RGB Variations
Color information
#B8952C (or 0xB8952C) is known color: Nugget. HEX triplet: B8, 95 and 2C. RGB value is (184,149,44). Sum of RGB (Red+Green+Blue) = 184+149+44=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8952C is #476AD3. Grayscale: #939393. Windows color (decimal): -4680404 or 2921912. OLE color: 2921912.
HSL color Cylindrical-coordinate representation of color #B8952C: hue angle of 45º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8952C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 44 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.28 |
| HSL | 45º | 0.61% | 0.45% | - |
| HSV(B) | 45º | 0.76% | 0.72% | - |
| XYZ | 30.97 | 31.87 | 6.9 | - |
| YUV | 147.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 44 | 0 | 0.19 | 0.76 | 0.28 | 45 | 0.61 | 0.45 |
| Hex | B8 | 95 | 2C | 0 | 13 | 4C | 1C | 2D | 3D | 2D |
| Octal | 270 | 225 | 54 | 0 | 23 | 114 | 34 | 55 | 75 | 55 |
| Binary | 10111000 | 10010101 | 101100 | 0 | 10011 | 1001100 | 11100 | 101101 | 111101 | 101101 |
Color Harmonies of #B8952C
Complementary color
Monochromatic Colors of #B8952C
Black with #B8952C
Text Example
Text Example
White with #B8952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8952C; }
p { color: rgb(184,149,44); }
H1.HeaderClassName
{
color: #B8952C;
}
.AnyTagClassName
{
color: #B8952C;
}
</style>
background-color css
<style>
a { background-color: #B8952C; }
a { background-color: rgb(184,149,44); }
div.DivClassName
{
background-color: #B8952C;
}
.BgClassName
{
background-color: #B8952C;
}
</style>
border-color css
<style>
span { border-color: #B8952C; }
span { border-color: rgb(184,149,44); }
td.TdClassName
{
border-color: #B8952C;
}
.TagClassName
{
border-color: #B8952C;
}
</style>