Shades of Nugget #B88F2C
Tints of Nugget #B88F2C
RGB
CMYK
RGB Variations
Color information
#B88F2C (or 0xB88F2C) is known color: Nugget. HEX triplet: B8, 8F and 2C. RGB value is (184,143,44). Sum of RGB (Red+Green+Blue) = 184+143+44=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F2C is #4770D3. Grayscale: #909090. Windows color (decimal): -4681940 or 2920376. OLE color: 2920376.
HSL color Cylindrical-coordinate representation of color #B88F2C: hue angle of 42.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B88F2C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 44 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.28 |
| HSL | 42.43º | 0.61% | 0.45% | - |
| HSV(B) | 42.43º | 0.76% | 0.72% | - |
| XYZ | 30.04 | 30.02 | 6.59 | - |
| YUV | 143.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 44 | 0 | 0.22 | 0.76 | 0.28 | 42.43 | 0.61 | 0.45 |
| Hex | B8 | 8F | 2C | 0 | 16 | 4C | 1C | 2A | 3D | 2D |
| Octal | 270 | 217 | 54 | 0 | 26 | 114 | 34 | 52 | 75 | 55 |
| Binary | 10111000 | 10001111 | 101100 | 0 | 10110 | 1001100 | 11100 | 101010 | 111101 | 101101 |
Color Harmonies of #B88F2C
Complementary color
Monochromatic Colors of #B88F2C
Black with #B88F2C
Text Example
Text Example
White with #B88F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F2C; }
p { color: rgb(184,143,44); }
H1.HeaderClassName
{
color: #B88F2C;
}
.AnyTagClassName
{
color: #B88F2C;
}
</style>
background-color css
<style>
a { background-color: #B88F2C; }
a { background-color: rgb(184,143,44); }
div.DivClassName
{
background-color: #B88F2C;
}
.BgClassName
{
background-color: #B88F2C;
}
</style>
border-color css
<style>
span { border-color: #B88F2C; }
span { border-color: rgb(184,143,44); }
td.TdClassName
{
border-color: #B88F2C;
}
.TagClassName
{
border-color: #B88F2C;
}
</style>