Shades of Nugget #B78F28
Tints of Nugget #B78F28
RGB
CMYK
RGB Variations
Color information
#B78F28 (or 0xB78F28) is known color: Nugget. HEX triplet: B7, 8F and 28. RGB value is (183,143,40). Sum of RGB (Red+Green+Blue) = 183+143+40=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F28 is #4870D7. Grayscale: #8F8F8F. Windows color (decimal): -4747480 or 2658231. OLE color: 2658231.
HSL color Cylindrical-coordinate representation of color #B78F28: hue angle of 43.22º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B78F28 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 40 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.28 |
| HSL | 43.22º | 0.64% | 0.44% | - |
| HSV(B) | 43.22º | 0.78% | 0.72% | - |
| XYZ | 29.73 | 29.87 | 6.2 | - |
| YUV | 143.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 40 | 0 | 0.22 | 0.78 | 0.28 | 43.22 | 0.64 | 0.44 |
| Hex | B7 | 8F | 28 | 0 | 16 | 4E | 1C | 2B | 40 | 2C |
| Octal | 267 | 217 | 50 | 0 | 26 | 116 | 34 | 53 | 100 | 54 |
| Binary | 10110111 | 10001111 | 101000 | 0 | 10110 | 1001110 | 11100 | 101011 | 1000000 | 101100 |
Color Harmonies of #B78F28
Complementary color
Monochromatic Colors of #B78F28
Black with #B78F28
Text Example
Text Example
White with #B78F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F28; }
p { color: rgb(183,143,40); }
H1.HeaderClassName
{
color: #B78F28;
}
.AnyTagClassName
{
color: #B78F28;
}
</style>
background-color css
<style>
a { background-color: #B78F28; }
a { background-color: rgb(183,143,40); }
div.DivClassName
{
background-color: #B78F28;
}
.BgClassName
{
background-color: #B78F28;
}
</style>
border-color css
<style>
span { border-color: #B78F28; }
span { border-color: rgb(183,143,40); }
td.TdClassName
{
border-color: #B78F28;
}
.TagClassName
{
border-color: #B78F28;
}
</style>