Shades of Nugget #B88C2C
Tints of Nugget #B88C2C
RGB
CMYK
RGB Variations
Color information
#B88C2C (or 0xB88C2C) is known color: Nugget. HEX triplet: B8, 8C and 2C. RGB value is (184,140,44). Sum of RGB (Red+Green+Blue) = 184+140+44=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C2C is #4773D3. Grayscale: #8E8E8E. Windows color (decimal): -4682708 or 2919608. OLE color: 2919608.
HSL color Cylindrical-coordinate representation of color #B88C2C: hue angle of 41.14º 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 #B88C2C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 44 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.28 |
| HSL | 41.14º | 0.61% | 0.45% | - |
| HSV(B) | 41.14º | 0.76% | 0.72% | - |
| XYZ | 29.6 | 29.13 | 6.45 | - |
| YUV | 142.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 44 | 0 | 0.24 | 0.76 | 0.28 | 41.14 | 0.61 | 0.45 |
| Hex | B8 | 8C | 2C | 0 | 18 | 4C | 1C | 29 | 3D | 2D |
| Octal | 270 | 214 | 54 | 0 | 30 | 114 | 34 | 51 | 75 | 55 |
| Binary | 10111000 | 10001100 | 101100 | 0 | 11000 | 1001100 | 11100 | 101001 | 111101 | 101101 |
Color Harmonies of #B88C2C
Complementary color
Monochromatic Colors of #B88C2C
Black with #B88C2C
Text Example
Text Example
White with #B88C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C2C; }
p { color: rgb(184,140,44); }
H1.HeaderClassName
{
color: #B88C2C;
}
.AnyTagClassName
{
color: #B88C2C;
}
</style>
background-color css
<style>
a { background-color: #B88C2C; }
a { background-color: rgb(184,140,44); }
div.DivClassName
{
background-color: #B88C2C;
}
.BgClassName
{
background-color: #B88C2C;
}
</style>
border-color css
<style>
span { border-color: #B88C2C; }
span { border-color: rgb(184,140,44); }
td.TdClassName
{
border-color: #B88C2C;
}
.TagClassName
{
border-color: #B88C2C;
}
</style>