Shades of Nugget #B08824
Tints of Nugget #B08824
RGB
CMYK
RGB Variations
Color information
#B08824 (or 0xB08824) is known color: Nugget. HEX triplet: B0, 88 and 24. RGB value is (176,136,36). Sum of RGB (Red+Green+Blue) = 176+136+36=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B08824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08824 is #4F77DB. Grayscale: #898989. Windows color (decimal): -5208028 or 2394288. OLE color: 2394288.
HSL color Cylindrical-coordinate representation of color #B08824: hue angle of 42.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B08824 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 36 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.31 |
| HSL | 42.86º | 0.66% | 0.42% | - |
| HSV(B) | 42.86º | 0.8% | 0.69% | - |
| XYZ | 27.03 | 26.97 | 5.45 | - |
| YUV | 136.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 36 | 0 | 0.23 | 0.80 | 0.31 | 42.86 | 0.66 | 0.42 |
| Hex | B0 | 88 | 24 | 0 | 17 | 50 | 1F | 2B | 42 | 2A |
| Octal | 260 | 210 | 44 | 0 | 27 | 120 | 37 | 53 | 102 | 52 |
| Binary | 10110000 | 10001000 | 100100 | 0 | 10111 | 1010000 | 11111 | 101011 | 1000010 | 101010 |
Color Harmonies of #B08824
Complementary color
Monochromatic Colors of #B08824
Black with #B08824
Text Example
Text Example
White with #B08824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08824; }
p { color: rgb(176,136,36); }
H1.HeaderClassName
{
color: #B08824;
}
.AnyTagClassName
{
color: #B08824;
}
</style>
background-color css
<style>
a { background-color: #B08824; }
a { background-color: rgb(176,136,36); }
div.DivClassName
{
background-color: #B08824;
}
.BgClassName
{
background-color: #B08824;
}
</style>
border-color css
<style>
span { border-color: #B08824; }
span { border-color: rgb(176,136,36); }
td.TdClassName
{
border-color: #B08824;
}
.TagClassName
{
border-color: #B08824;
}
</style>