Shades of Nugget #B4871D
Tints of Nugget #B4871D
RGB
CMYK
RGB Variations
Color information
#B4871D (or 0xB4871D) is known color: Nugget. HEX triplet: B4, 87 and 1D. RGB value is (180,135,29). Sum of RGB (Red+Green+Blue) = 180+135+29=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4871D is #4B78E2. Grayscale: #888888. Windows color (decimal): -4946147 or 1935284. OLE color: 1935284.
HSL color Cylindrical-coordinate representation of color #B4871D: hue angle of 42.12º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4871D is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 29 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.29 |
| HSL | 42.12º | 0.72% | 0.41% | - |
| HSV(B) | 42.12º | 0.84% | 0.71% | - |
| XYZ | 27.71 | 27.12 | 4.94 | - |
| YUV | 136.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 29 | 0 | 0.25 | 0.84 | 0.29 | 42.12 | 0.72 | 0.41 |
| Hex | B4 | 87 | 1D | 0 | 19 | 54 | 1D | 2A | 48 | 29 |
| Octal | 264 | 207 | 35 | 0 | 31 | 124 | 35 | 52 | 110 | 51 |
| Binary | 10110100 | 10000111 | 11101 | 0 | 11001 | 1010100 | 11101 | 101010 | 1001000 | 101001 |
Color Harmonies of #B4871D
Complementary color
Monochromatic Colors of #B4871D
Black with #B4871D
Text Example
Text Example
White with #B4871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4871D; }
p { color: rgb(180,135,29); }
H1.HeaderClassName
{
color: #B4871D;
}
.AnyTagClassName
{
color: #B4871D;
}
</style>
background-color css
<style>
a { background-color: #B4871D; }
a { background-color: rgb(180,135,29); }
div.DivClassName
{
background-color: #B4871D;
}
.BgClassName
{
background-color: #B4871D;
}
</style>
border-color css
<style>
span { border-color: #B4871D; }
span { border-color: rgb(180,135,29); }
td.TdClassName
{
border-color: #B4871D;
}
.TagClassName
{
border-color: #B4871D;
}
</style>