Shades of Nugget #B2841F
Tints of Nugget #B2841F
RGB
CMYK
RGB Variations
Color information
#B2841F (or 0xB2841F) is known color: Nugget. HEX triplet: B2, 84 and 1F. RGB value is (178,132,31). Sum of RGB (Red+Green+Blue) = 178+132+31=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2841F is #4D7BE0. Grayscale: #868686. Windows color (decimal): -5077985 or 2065586. OLE color: 2065586.
HSL color Cylindrical-coordinate representation of color #B2841F: hue angle of 41.22º degrees, saturation: 0.7, 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 #B2841F is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 31 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.30 |
| HSL | 41.22º | 0.7% | 0.41% | - |
| HSV(B) | 41.22º | 0.83% | 0.7% | - |
| XYZ | 26.86 | 26.07 | 4.91 | - |
| YUV | 134.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 31 | 0 | 0.26 | 0.83 | 0.30 | 41.22 | 0.7 | 0.41 |
| Hex | B2 | 84 | 1F | 0 | 1A | 53 | 1E | 29 | 46 | 29 |
| Octal | 262 | 204 | 37 | 0 | 32 | 123 | 36 | 51 | 106 | 51 |
| Binary | 10110010 | 10000100 | 11111 | 0 | 11010 | 1010011 | 11110 | 101001 | 1000110 | 101001 |
Color Harmonies of #B2841F
Complementary color
Monochromatic Colors of #B2841F
Black with #B2841F
Text Example
Text Example
White with #B2841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2841F; }
p { color: rgb(178,132,31); }
H1.HeaderClassName
{
color: #B2841F;
}
.AnyTagClassName
{
color: #B2841F;
}
</style>
background-color css
<style>
a { background-color: #B2841F; }
a { background-color: rgb(178,132,31); }
div.DivClassName
{
background-color: #B2841F;
}
.BgClassName
{
background-color: #B2841F;
}
</style>
border-color css
<style>
span { border-color: #B2841F; }
span { border-color: rgb(178,132,31); }
td.TdClassName
{
border-color: #B2841F;
}
.TagClassName
{
border-color: #B2841F;
}
</style>