Shades of Nugget #B88D1B
Tints of Nugget #B88D1B
RGB
CMYK
RGB Variations
Color information
#B88D1B (or 0xB88D1B) is known color: Nugget. HEX triplet: B8, 8D and 1B. RGB value is (184,141,27). Sum of RGB (Red+Green+Blue) = 184+141+27=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88D1B is #4772E4. Grayscale: #8D8D8D. Windows color (decimal): -4682469 or 1805752. OLE color: 1805752.
HSL color Cylindrical-coordinate representation of color #B88D1B: hue angle of 43.57º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B88D1B is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 141 | 27 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.28 |
| HSL | 43.57º | 0.74% | 0.41% | - |
| HSV(B) | 43.57º | 0.85% | 0.72% | - |
| XYZ | 29.49 | 29.32 | 5.14 | - |
| YUV | 140.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 27 | 0 | 0.23 | 0.85 | 0.28 | 43.57 | 0.74 | 0.41 |
| Hex | B8 | 8D | 1B | 0 | 17 | 55 | 1C | 2C | 4A | 29 |
| Octal | 270 | 215 | 33 | 0 | 27 | 125 | 34 | 54 | 112 | 51 |
| Binary | 10111000 | 10001101 | 11011 | 0 | 10111 | 1010101 | 11100 | 101100 | 1001010 | 101001 |
Color Harmonies of #B88D1B
Complementary color
Monochromatic Colors of #B88D1B
Black with #B88D1B
Text Example
Text Example
White with #B88D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88D1B; }
p { color: rgb(184,141,27); }
H1.HeaderClassName
{
color: #B88D1B;
}
.AnyTagClassName
{
color: #B88D1B;
}
</style>
background-color css
<style>
a { background-color: #B88D1B; }
a { background-color: rgb(184,141,27); }
div.DivClassName
{
background-color: #B88D1B;
}
.BgClassName
{
background-color: #B88D1B;
}
</style>
border-color css
<style>
span { border-color: #B88D1B; }
span { border-color: rgb(184,141,27); }
td.TdClassName
{
border-color: #B88D1B;
}
.TagClassName
{
border-color: #B88D1B;
}
</style>