Shades of Nugget #B9952F
Tints of Nugget #B9952F
RGB
CMYK
RGB Variations
Color information
#B9952F (or 0xB9952F) is known color: Nugget. HEX triplet: B9, 95 and 2F. RGB value is (185,149,47). Sum of RGB (Red+Green+Blue) = 185+149+47=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9952F is #466AD0. Grayscale: #949494. Windows color (decimal): -4614865 or 3118521. OLE color: 3118521.
HSL color Cylindrical-coordinate representation of color #B9952F: hue angle of 44.35º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9952F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 47 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.27 |
| HSL | 44.35º | 0.59% | 0.45% | - |
| HSV(B) | 44.35º | 0.75% | 0.73% | - |
| XYZ | 31.27 | 32.01 | 7.22 | - |
| YUV | 148.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 47 | 0 | 0.19 | 0.75 | 0.27 | 44.35 | 0.59 | 0.45 |
| Hex | B9 | 95 | 2F | 0 | 13 | 4B | 1B | 2C | 3B | 2D |
| Octal | 271 | 225 | 57 | 0 | 23 | 113 | 33 | 54 | 73 | 55 |
| Binary | 10111001 | 10010101 | 101111 | 0 | 10011 | 1001011 | 11011 | 101100 | 111011 | 101101 |
Color Harmonies of #B9952F
Complementary color
Monochromatic Colors of #B9952F
Black with #B9952F
Text Example
Text Example
White with #B9952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9952F; }
p { color: rgb(185,149,47); }
H1.HeaderClassName
{
color: #B9952F;
}
.AnyTagClassName
{
color: #B9952F;
}
</style>
background-color css
<style>
a { background-color: #B9952F; }
a { background-color: rgb(185,149,47); }
div.DivClassName
{
background-color: #B9952F;
}
.BgClassName
{
background-color: #B9952F;
}
</style>
border-color css
<style>
span { border-color: #B9952F; }
span { border-color: rgb(185,149,47); }
td.TdClassName
{
border-color: #B9952F;
}
.TagClassName
{
border-color: #B9952F;
}
</style>