Shades of Nugget #B08825
Tints of Nugget #B08825
RGB
CMYK
RGB Variations
Color information
#B08825 (or 0xB08825) is known color: Nugget. HEX triplet: B0, 88 and 25. RGB value is (176,136,37). Sum of RGB (Red+Green+Blue) = 176+136+37=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B08825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08825 is #4F77DA. Grayscale: #898989. Windows color (decimal): -5208027 or 2459824. OLE color: 2459824.
HSL color Cylindrical-coordinate representation of color #B08825: hue angle of 42.73º 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 #B08825 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 37 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.31 |
| HSL | 42.73º | 0.65% | 0.42% | - |
| HSV(B) | 42.73º | 0.79% | 0.69% | - |
| XYZ | 27.04 | 26.97 | 5.53 | - |
| YUV | 136.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 37 | 0 | 0.23 | 0.79 | 0.31 | 42.73 | 0.65 | 0.42 |
| Hex | B0 | 88 | 25 | 0 | 17 | 4F | 1F | 2B | 41 | 2A |
| Octal | 260 | 210 | 45 | 0 | 27 | 117 | 37 | 53 | 101 | 52 |
| Binary | 10110000 | 10001000 | 100101 | 0 | 10111 | 1001111 | 11111 | 101011 | 1000001 | 101010 |
Color Harmonies of #B08825
Complementary color
Monochromatic Colors of #B08825
Black with #B08825
Text Example
Text Example
White with #B08825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08825; }
p { color: rgb(176,136,37); }
H1.HeaderClassName
{
color: #B08825;
}
.AnyTagClassName
{
color: #B08825;
}
</style>
background-color css
<style>
a { background-color: #B08825; }
a { background-color: rgb(176,136,37); }
div.DivClassName
{
background-color: #B08825;
}
.BgClassName
{
background-color: #B08825;
}
</style>
border-color css
<style>
span { border-color: #B08825; }
span { border-color: rgb(176,136,37); }
td.TdClassName
{
border-color: #B08825;
}
.TagClassName
{
border-color: #B08825;
}
</style>