Shades of Nugget #B28E2E
Tints of Nugget #B28E2E
RGB
CMYK
RGB Variations
Color information
#B28E2E (or 0xB28E2E) is known color: Nugget. HEX triplet: B2, 8E and 2E. RGB value is (178,142,46). Sum of RGB (Red+Green+Blue) = 178+142+46=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E2E is #4D71D1. Grayscale: #8E8E8E. Windows color (decimal): -5075410 or 3051186. OLE color: 3051186.
HSL color Cylindrical-coordinate representation of color #B28E2E: hue angle of 43.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B28E2E is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 46 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.30 |
| HSL | 43.64º | 0.59% | 0.44% | - |
| HSV(B) | 43.64º | 0.74% | 0.7% | - |
| XYZ | 28.53 | 29.01 | 6.68 | - |
| YUV | 141.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 46 | 0 | 0.20 | 0.74 | 0.30 | 43.64 | 0.59 | 0.44 |
| Hex | B2 | 8E | 2E | 0 | 14 | 4A | 1E | 2C | 3B | 2C |
| Octal | 262 | 216 | 56 | 0 | 24 | 112 | 36 | 54 | 73 | 54 |
| Binary | 10110010 | 10001110 | 101110 | 0 | 10100 | 1001010 | 11110 | 101100 | 111011 | 101100 |
Color Harmonies of #B28E2E
Complementary color
Monochromatic Colors of #B28E2E
Black with #B28E2E
Text Example
Text Example
White with #B28E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E2E; }
p { color: rgb(178,142,46); }
H1.HeaderClassName
{
color: #B28E2E;
}
.AnyTagClassName
{
color: #B28E2E;
}
</style>
background-color css
<style>
a { background-color: #B28E2E; }
a { background-color: rgb(178,142,46); }
div.DivClassName
{
background-color: #B28E2E;
}
.BgClassName
{
background-color: #B28E2E;
}
</style>
border-color css
<style>
span { border-color: #B28E2E; }
span { border-color: rgb(178,142,46); }
td.TdClassName
{
border-color: #B28E2E;
}
.TagClassName
{
border-color: #B28E2E;
}
</style>