Shades of Nugget #B78827
Tints of Nugget #B78827
RGB
CMYK
RGB Variations
Color information
#B78827 (or 0xB78827) is known color: Nugget. HEX triplet: B7, 88 and 27. RGB value is (183,136,39). Sum of RGB (Red+Green+Blue) = 183+136+39=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B78827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78827 is #4877D8. Grayscale: #8B8B8B. Windows color (decimal): -4749273 or 2590903. OLE color: 2590903.
HSL color Cylindrical-coordinate representation of color #B78827: hue angle of 40.42º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B78827 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 39 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.28 |
| HSL | 40.42º | 0.65% | 0.44% | - |
| HSV(B) | 40.42º | 0.79% | 0.72% | - |
| XYZ | 28.7 | 27.82 | 5.78 | - |
| YUV | 139 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 39 | 0 | 0.26 | 0.79 | 0.28 | 40.42 | 0.65 | 0.44 |
| Hex | B7 | 88 | 27 | 0 | 1A | 4F | 1C | 28 | 41 | 2C |
| Octal | 267 | 210 | 47 | 0 | 32 | 117 | 34 | 50 | 101 | 54 |
| Binary | 10110111 | 10001000 | 100111 | 0 | 11010 | 1001111 | 11100 | 101000 | 1000001 | 101100 |
Color Harmonies of #B78827
Complementary color
Monochromatic Colors of #B78827
Black with #B78827
Text Example
Text Example
White with #B78827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78827; }
p { color: rgb(183,136,39); }
H1.HeaderClassName
{
color: #B78827;
}
.AnyTagClassName
{
color: #B78827;
}
</style>
background-color css
<style>
a { background-color: #B78827; }
a { background-color: rgb(183,136,39); }
div.DivClassName
{
background-color: #B78827;
}
.BgClassName
{
background-color: #B78827;
}
</style>
border-color css
<style>
span { border-color: #B78827; }
span { border-color: rgb(183,136,39); }
td.TdClassName
{
border-color: #B78827;
}
.TagClassName
{
border-color: #B78827;
}
</style>