Shades of Nugget #B2871F
Tints of Nugget #B2871F
RGB
CMYK
RGB Variations
Color information
#B2871F (or 0xB2871F) is known color: Nugget. HEX triplet: B2, 87 and 1F. RGB value is (178,135,31). Sum of RGB (Red+Green+Blue) = 178+135+31=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2871F is #4D78E0. Grayscale: #888888. Windows color (decimal): -5077217 or 2066354. OLE color: 2066354.
HSL color Cylindrical-coordinate representation of color #B2871F: hue angle of 42.45º 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 #B2871F is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 31 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.30 |
| HSL | 42.45º | 0.7% | 0.41% | - |
| HSV(B) | 42.45º | 0.83% | 0.7% | - |
| XYZ | 27.27 | 26.89 | 5.05 | - |
| YUV | 136 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 31 | 0 | 0.24 | 0.83 | 0.30 | 42.45 | 0.7 | 0.41 |
| Hex | B2 | 87 | 1F | 0 | 18 | 53 | 1E | 2A | 46 | 29 |
| Octal | 262 | 207 | 37 | 0 | 30 | 123 | 36 | 52 | 106 | 51 |
| Binary | 10110010 | 10000111 | 11111 | 0 | 11000 | 1010011 | 11110 | 101010 | 1000110 | 101001 |
Color Harmonies of #B2871F
Complementary color
Monochromatic Colors of #B2871F
Black with #B2871F
Text Example
Text Example
White with #B2871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2871F; }
p { color: rgb(178,135,31); }
H1.HeaderClassName
{
color: #B2871F;
}
.AnyTagClassName
{
color: #B2871F;
}
</style>
background-color css
<style>
a { background-color: #B2871F; }
a { background-color: rgb(178,135,31); }
div.DivClassName
{
background-color: #B2871F;
}
.BgClassName
{
background-color: #B2871F;
}
</style>
border-color css
<style>
span { border-color: #B2871F; }
span { border-color: rgb(178,135,31); }
td.TdClassName
{
border-color: #B2871F;
}
.TagClassName
{
border-color: #B2871F;
}
</style>