Shades of Nugget #B78D1B
Tints of Nugget #B78D1B
RGB
CMYK
RGB Variations
Color information
#B78D1B (or 0xB78D1B) is known color: Nugget. HEX triplet: B7, 8D and 1B. RGB value is (183,141,27). Sum of RGB (Red+Green+Blue) = 183+141+27=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D1B is #4872E4. Grayscale: #8D8D8D. Windows color (decimal): -4748005 or 1805751. OLE color: 1805751.
HSL color Cylindrical-coordinate representation of color #B78D1B: hue angle of 43.85º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B78D1B is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 27 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.28 |
| HSL | 43.85º | 0.74% | 0.41% | - |
| HSV(B) | 43.85º | 0.85% | 0.72% | - |
| XYZ | 29.25 | 29.2 | 5.13 | - |
| YUV | 140.56 | 63.91 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 27 | 0 | 0.23 | 0.85 | 0.28 | 43.85 | 0.74 | 0.41 |
| Hex | B7 | 8D | 1B | 0 | 17 | 55 | 1C | 2C | 4A | 29 |
| Octal | 267 | 215 | 33 | 0 | 27 | 125 | 34 | 54 | 112 | 51 |
| Binary | 10110111 | 10001101 | 11011 | 0 | 10111 | 1010101 | 11100 | 101100 | 1001010 | 101001 |
Color Harmonies of #B78D1B
Complementary color
Monochromatic Colors of #B78D1B
Black with #B78D1B
Text Example
Text Example
White with #B78D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D1B; }
p { color: rgb(183,141,27); }
H1.HeaderClassName
{
color: #B78D1B;
}
.AnyTagClassName
{
color: #B78D1B;
}
</style>
background-color css
<style>
a { background-color: #B78D1B; }
a { background-color: rgb(183,141,27); }
div.DivClassName
{
background-color: #B78D1B;
}
.BgClassName
{
background-color: #B78D1B;
}
</style>
border-color css
<style>
span { border-color: #B78D1B; }
span { border-color: rgb(183,141,27); }
td.TdClassName
{
border-color: #B78D1B;
}
.TagClassName
{
border-color: #B78D1B;
}
</style>