Shades of Nugget #B2851E
Tints of Nugget #B2851E
RGB
CMYK
RGB Variations
Color information
#B2851E (or 0xB2851E) is known color: Nugget. HEX triplet: B2, 85 and 1E. RGB value is (178,133,30). Sum of RGB (Red+Green+Blue) = 178+133+30=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2851E is #4D7AE1. Grayscale: #878787. Windows color (decimal): -5077730 or 2000306. OLE color: 2000306.
HSL color Cylindrical-coordinate representation of color #B2851E: hue angle of 41.76º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2851E is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 30 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.30 |
| HSL | 41.76º | 0.71% | 0.41% | - |
| HSV(B) | 41.76º | 0.83% | 0.7% | - |
| XYZ | 26.98 | 26.33 | 4.89 | - |
| YUV | 134.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 30 | 0 | 0.25 | 0.83 | 0.30 | 41.76 | 0.71 | 0.41 |
| Hex | B2 | 85 | 1E | 0 | 19 | 53 | 1E | 2A | 47 | 29 |
| Octal | 262 | 205 | 36 | 0 | 31 | 123 | 36 | 52 | 107 | 51 |
| Binary | 10110010 | 10000101 | 11110 | 0 | 11001 | 1010011 | 11110 | 101010 | 1000111 | 101001 |
Color Harmonies of #B2851E
Complementary color
Monochromatic Colors of #B2851E
Black with #B2851E
Text Example
Text Example
White with #B2851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2851E; }
p { color: rgb(178,133,30); }
H1.HeaderClassName
{
color: #B2851E;
}
.AnyTagClassName
{
color: #B2851E;
}
</style>
background-color css
<style>
a { background-color: #B2851E; }
a { background-color: rgb(178,133,30); }
div.DivClassName
{
background-color: #B2851E;
}
.BgClassName
{
background-color: #B2851E;
}
</style>
border-color css
<style>
span { border-color: #B2851E; }
span { border-color: rgb(178,133,30); }
td.TdClassName
{
border-color: #B2851E;
}
.TagClassName
{
border-color: #B2851E;
}
</style>