Shades of Nugget #B7952D
Tints of Nugget #B7952D
RGB
CMYK
RGB Variations
Color information
#B7952D (or 0xB7952D) is known color: Nugget. HEX triplet: B7, 95 and 2D. RGB value is (183,149,45). Sum of RGB (Red+Green+Blue) = 183+149+45=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7952D is #486AD2. Grayscale: #939393. Windows color (decimal): -4745939 or 2987447. OLE color: 2987447.
HSL color Cylindrical-coordinate representation of color #B7952D: hue angle of 45.22º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7952D is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 45 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.28 |
| HSL | 45.22º | 0.61% | 0.45% | - |
| HSV(B) | 45.22º | 0.75% | 0.72% | - |
| XYZ | 30.75 | 31.75 | 6.99 | - |
| YUV | 147.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 45 | 0 | 0.19 | 0.75 | 0.28 | 45.22 | 0.61 | 0.45 |
| Hex | B7 | 95 | 2D | 0 | 13 | 4B | 1C | 2D | 3D | 2D |
| Octal | 267 | 225 | 55 | 0 | 23 | 113 | 34 | 55 | 75 | 55 |
| Binary | 10110111 | 10010101 | 101101 | 0 | 10011 | 1001011 | 11100 | 101101 | 111101 | 101101 |
Color Harmonies of #B7952D
Complementary color
Monochromatic Colors of #B7952D
Black with #B7952D
Text Example
Text Example
White with #B7952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7952D; }
p { color: rgb(183,149,45); }
H1.HeaderClassName
{
color: #B7952D;
}
.AnyTagClassName
{
color: #B7952D;
}
</style>
background-color css
<style>
a { background-color: #B7952D; }
a { background-color: rgb(183,149,45); }
div.DivClassName
{
background-color: #B7952D;
}
.BgClassName
{
background-color: #B7952D;
}
</style>
border-color css
<style>
span { border-color: #B7952D; }
span { border-color: rgb(183,149,45); }
td.TdClassName
{
border-color: #B7952D;
}
.TagClassName
{
border-color: #B7952D;
}
</style>