Shades of Nugget #B9972F
Tints of Nugget #B9972F
RGB
CMYK
RGB Variations
Color information
#B9972F (or 0xB9972F) is known color: Nugget. HEX triplet: B9, 97 and 2F. RGB value is (185,151,47). Sum of RGB (Red+Green+Blue) = 185+151+47=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9972F is #4668D0. Grayscale: #959595. Windows color (decimal): -4614353 or 3119033. OLE color: 3119033.
HSL color Cylindrical-coordinate representation of color #B9972F: hue angle of 45.22º 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 #B9972F is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 47 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.27 |
| HSL | 45.22º | 0.59% | 0.45% | - |
| HSV(B) | 45.22º | 0.75% | 0.73% | - |
| XYZ | 31.59 | 32.65 | 7.33 | - |
| YUV | 149.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 47 | 0 | 0.18 | 0.75 | 0.27 | 45.22 | 0.59 | 0.45 |
| Hex | B9 | 97 | 2F | 0 | 12 | 4B | 1B | 2D | 3B | 2D |
| Octal | 271 | 227 | 57 | 0 | 22 | 113 | 33 | 55 | 73 | 55 |
| Binary | 10111001 | 10010111 | 101111 | 0 | 10010 | 1001011 | 11011 | 101101 | 111011 | 101101 |
Color Harmonies of #B9972F
Complementary color
Monochromatic Colors of #B9972F
Black with #B9972F
Text Example
Text Example
White with #B9972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9972F; }
p { color: rgb(185,151,47); }
H1.HeaderClassName
{
color: #B9972F;
}
.AnyTagClassName
{
color: #B9972F;
}
</style>
background-color css
<style>
a { background-color: #B9972F; }
a { background-color: rgb(185,151,47); }
div.DivClassName
{
background-color: #B9972F;
}
.BgClassName
{
background-color: #B9972F;
}
</style>
border-color css
<style>
span { border-color: #B9972F; }
span { border-color: rgb(185,151,47); }
td.TdClassName
{
border-color: #B9972F;
}
.TagClassName
{
border-color: #B9972F;
}
</style>