Shades of Nugget #B08C29
Tints of Nugget #B08C29
RGB
CMYK
RGB Variations
Color information
#B08C29 (or 0xB08C29) is known color: Nugget. HEX triplet: B0, 8C and 29. RGB value is (176,140,41). Sum of RGB (Red+Green+Blue) = 176+140+41=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C29 is #4F73D6. Grayscale: #8B8B8B. Windows color (decimal): -5206999 or 2722992. OLE color: 2722992.
HSL color Cylindrical-coordinate representation of color #B08C29: hue angle of 44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B08C29 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 41 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.31 |
| HSL | 44º | 0.62% | 0.43% | - |
| HSV(B) | 44º | 0.77% | 0.69% | - |
| XYZ | 27.68 | 28.15 | 6.07 | - |
| YUV | 139.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 41 | 0 | 0.20 | 0.77 | 0.31 | 44 | 0.62 | 0.43 |
| Hex | B0 | 8C | 29 | 0 | 14 | 4D | 1F | 2C | 3E | 2B |
| Octal | 260 | 214 | 51 | 0 | 24 | 115 | 37 | 54 | 76 | 53 |
| Binary | 10110000 | 10001100 | 101001 | 0 | 10100 | 1001101 | 11111 | 101100 | 111110 | 101011 |
Color Harmonies of #B08C29
Complementary color
Monochromatic Colors of #B08C29
Black with #B08C29
Text Example
Text Example
White with #B08C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C29; }
p { color: rgb(176,140,41); }
H1.HeaderClassName
{
color: #B08C29;
}
.AnyTagClassName
{
color: #B08C29;
}
</style>
background-color css
<style>
a { background-color: #B08C29; }
a { background-color: rgb(176,140,41); }
div.DivClassName
{
background-color: #B08C29;
}
.BgClassName
{
background-color: #B08C29;
}
</style>
border-color css
<style>
span { border-color: #B08C29; }
span { border-color: rgb(176,140,41); }
td.TdClassName
{
border-color: #B08C29;
}
.TagClassName
{
border-color: #B08C29;
}
</style>