Shades of Nugget #B88F2D
Tints of Nugget #B88F2D
RGB
CMYK
RGB Variations
Color information
#B88F2D (or 0xB88F2D) is known color: Nugget. HEX triplet: B8, 8F and 2D. RGB value is (184,143,45). Sum of RGB (Red+Green+Blue) = 184+143+45=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F2D is #4770D2. Grayscale: #909090. Windows color (decimal): -4681939 or 2985912. OLE color: 2985912.
HSL color Cylindrical-coordinate representation of color #B88F2D: hue angle of 42.3º 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 #B88F2D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 45 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.28 |
| HSL | 42.3º | 0.61% | 0.45% | - |
| HSV(B) | 42.3º | 0.76% | 0.72% | - |
| XYZ | 30.06 | 30.02 | 6.69 | - |
| YUV | 144.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 45 | 0 | 0.22 | 0.76 | 0.28 | 42.3 | 0.61 | 0.45 |
| Hex | B8 | 8F | 2D | 0 | 16 | 4C | 1C | 2A | 3D | 2D |
| Octal | 270 | 217 | 55 | 0 | 26 | 114 | 34 | 52 | 75 | 55 |
| Binary | 10111000 | 10001111 | 101101 | 0 | 10110 | 1001100 | 11100 | 101010 | 111101 | 101101 |
Color Harmonies of #B88F2D
Complementary color
Monochromatic Colors of #B88F2D
Black with #B88F2D
Text Example
Text Example
White with #B88F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F2D; }
p { color: rgb(184,143,45); }
H1.HeaderClassName
{
color: #B88F2D;
}
.AnyTagClassName
{
color: #B88F2D;
}
</style>
background-color css
<style>
a { background-color: #B88F2D; }
a { background-color: rgb(184,143,45); }
div.DivClassName
{
background-color: #B88F2D;
}
.BgClassName
{
background-color: #B88F2D;
}
</style>
border-color css
<style>
span { border-color: #B88F2D; }
span { border-color: rgb(184,143,45); }
td.TdClassName
{
border-color: #B88F2D;
}
.TagClassName
{
border-color: #B88F2D;
}
</style>