Shades of Nugget #B18825
Tints of Nugget #B18825
RGB
CMYK
RGB Variations
Color information
#B18825 (or 0xB18825) is known color: Nugget. HEX triplet: B1, 88 and 25. RGB value is (177,136,37). Sum of RGB (Red+Green+Blue) = 177+136+37=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B18825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18825 is #4E77DA. Grayscale: #898989. Windows color (decimal): -5142491 or 2459825. OLE color: 2459825.
HSL color Cylindrical-coordinate representation of color #B18825: hue angle of 42.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B18825 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 37 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.31 |
| HSL | 42.43º | 0.65% | 0.42% | - |
| HSV(B) | 42.43º | 0.79% | 0.69% | - |
| XYZ | 27.27 | 27.09 | 5.54 | - |
| YUV | 136.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 37 | 0 | 0.23 | 0.79 | 0.31 | 42.43 | 0.65 | 0.42 |
| Hex | B1 | 88 | 25 | 0 | 17 | 4F | 1F | 2A | 41 | 2A |
| Octal | 261 | 210 | 45 | 0 | 27 | 117 | 37 | 52 | 101 | 52 |
| Binary | 10110001 | 10001000 | 100101 | 0 | 10111 | 1001111 | 11111 | 101010 | 1000001 | 101010 |
Color Harmonies of #B18825
Complementary color
Monochromatic Colors of #B18825
Black with #B18825
Text Example
Text Example
White with #B18825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18825; }
p { color: rgb(177,136,37); }
H1.HeaderClassName
{
color: #B18825;
}
.AnyTagClassName
{
color: #B18825;
}
</style>
background-color css
<style>
a { background-color: #B18825; }
a { background-color: rgb(177,136,37); }
div.DivClassName
{
background-color: #B18825;
}
.BgClassName
{
background-color: #B18825;
}
</style>
border-color css
<style>
span { border-color: #B18825; }
span { border-color: rgb(177,136,37); }
td.TdClassName
{
border-color: #B18825;
}
.TagClassName
{
border-color: #B18825;
}
</style>