Shades of Nugget #B78B21
Tints of Nugget #B78B21
RGB
CMYK
RGB Variations
Color information
#B78B21 (or 0xB78B21) is known color: Nugget. HEX triplet: B7, 8B and 21. RGB value is (183,139,33). Sum of RGB (Red+Green+Blue) = 183+139+33=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78B21 is #4874DE. Grayscale: #8C8C8C. Windows color (decimal): -4748511 or 2198455. OLE color: 2198455.
HSL color Cylindrical-coordinate representation of color #B78B21: hue angle of 42.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B78B21 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 33 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.28 |
| HSL | 42.4º | 0.69% | 0.42% | - |
| HSV(B) | 42.4º | 0.82% | 0.72% | - |
| XYZ | 29.04 | 28.64 | 5.44 | - |
| YUV | 140.07 | 67.58 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 33 | 0 | 0.24 | 0.82 | 0.28 | 42.4 | 0.69 | 0.42 |
| Hex | B7 | 8B | 21 | 0 | 18 | 52 | 1C | 2A | 45 | 2A |
| Octal | 267 | 213 | 41 | 0 | 30 | 122 | 34 | 52 | 105 | 52 |
| Binary | 10110111 | 10001011 | 100001 | 0 | 11000 | 1010010 | 11100 | 101010 | 1000101 | 101010 |
Color Harmonies of #B78B21
Complementary color
Monochromatic Colors of #B78B21
Black with #B78B21
Text Example
Text Example
White with #B78B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78B21; }
p { color: rgb(183,139,33); }
H1.HeaderClassName
{
color: #B78B21;
}
.AnyTagClassName
{
color: #B78B21;
}
</style>
background-color css
<style>
a { background-color: #B78B21; }
a { background-color: rgb(183,139,33); }
div.DivClassName
{
background-color: #B78B21;
}
.BgClassName
{
background-color: #B78B21;
}
</style>
border-color css
<style>
span { border-color: #B78B21; }
span { border-color: rgb(183,139,33); }
td.TdClassName
{
border-color: #B78B21;
}
.TagClassName
{
border-color: #B78B21;
}
</style>