Shades of Nugget #B78C2B
Tints of Nugget #B78C2B
RGB
CMYK
RGB Variations
Color information
#B78C2B (or 0xB78C2B) is known color: Nugget. HEX triplet: B7, 8C and 2B. RGB value is (183,140,43). Sum of RGB (Red+Green+Blue) = 183+140+43=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C2B is #4873D4. Grayscale: #8E8E8E. Windows color (decimal): -4748245 or 2854071. OLE color: 2854071.
HSL color Cylindrical-coordinate representation of color #B78C2B: hue angle of 41.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B78C2B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 43 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.28 |
| HSL | 41.57º | 0.62% | 0.44% | - |
| HSV(B) | 41.57º | 0.77% | 0.72% | - |
| XYZ | 29.34 | 29 | 6.34 | - |
| YUV | 141.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 43 | 0 | 0.23 | 0.77 | 0.28 | 41.57 | 0.62 | 0.44 |
| Hex | B7 | 8C | 2B | 0 | 17 | 4D | 1C | 2A | 3E | 2C |
| Octal | 267 | 214 | 53 | 0 | 27 | 115 | 34 | 52 | 76 | 54 |
| Binary | 10110111 | 10001100 | 101011 | 0 | 10111 | 1001101 | 11100 | 101010 | 111110 | 101100 |
Color Harmonies of #B78C2B
Complementary color
Monochromatic Colors of #B78C2B
Black with #B78C2B
Text Example
Text Example
White with #B78C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C2B; }
p { color: rgb(183,140,43); }
H1.HeaderClassName
{
color: #B78C2B;
}
.AnyTagClassName
{
color: #B78C2B;
}
</style>
background-color css
<style>
a { background-color: #B78C2B; }
a { background-color: rgb(183,140,43); }
div.DivClassName
{
background-color: #B78C2B;
}
.BgClassName
{
background-color: #B78C2B;
}
</style>
border-color css
<style>
span { border-color: #B78C2B; }
span { border-color: rgb(183,140,43); }
td.TdClassName
{
border-color: #B78C2B;
}
.TagClassName
{
border-color: #B78C2B;
}
</style>