Shades of Nugget #B7912C
Tints of Nugget #B7912C
RGB
CMYK
RGB Variations
Color information
#B7912C (or 0xB7912C) is known color: Nugget. HEX triplet: B7, 91 and 2C. RGB value is (183,145,44). Sum of RGB (Red+Green+Blue) = 183+145+44=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7912C is #486ED3. Grayscale: #919191. Windows color (decimal): -4746964 or 2920887. OLE color: 2920887.
HSL color Cylindrical-coordinate representation of color #B7912C: hue angle of 43.6º 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 #B7912C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 44 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.28 |
| HSL | 43.6º | 0.61% | 0.45% | - |
| HSV(B) | 43.6º | 0.76% | 0.72% | - |
| XYZ | 30.11 | 30.5 | 6.68 | - |
| YUV | 144.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 44 | 0 | 0.21 | 0.76 | 0.28 | 43.6 | 0.61 | 0.45 |
| Hex | B7 | 91 | 2C | 0 | 15 | 4C | 1C | 2C | 3D | 2D |
| Octal | 267 | 221 | 54 | 0 | 25 | 114 | 34 | 54 | 75 | 55 |
| Binary | 10110111 | 10010001 | 101100 | 0 | 10101 | 1001100 | 11100 | 101100 | 111101 | 101101 |
Color Harmonies of #B7912C
Complementary color
Monochromatic Colors of #B7912C
Black with #B7912C
Text Example
Text Example
White with #B7912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7912C; }
p { color: rgb(183,145,44); }
H1.HeaderClassName
{
color: #B7912C;
}
.AnyTagClassName
{
color: #B7912C;
}
</style>
background-color css
<style>
a { background-color: #B7912C; }
a { background-color: rgb(183,145,44); }
div.DivClassName
{
background-color: #B7912C;
}
.BgClassName
{
background-color: #B7912C;
}
</style>
border-color css
<style>
span { border-color: #B7912C; }
span { border-color: rgb(183,145,44); }
td.TdClassName
{
border-color: #B7912C;
}
.TagClassName
{
border-color: #B7912C;
}
</style>