Shades of Nugget #B5871D
Tints of Nugget #B5871D
RGB
CMYK
RGB Variations
Color information
#B5871D (or 0xB5871D) is known color: Nugget. HEX triplet: B5, 87 and 1D. RGB value is (181,135,29). Sum of RGB (Red+Green+Blue) = 181+135+29=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5871D is #4A78E2. Grayscale: #898989. Windows color (decimal): -4880611 or 1935285. OLE color: 1935285.
HSL color Cylindrical-coordinate representation of color #B5871D: hue angle of 41.84º 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 #B5871D is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 29 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.29 |
| HSL | 41.84º | 0.72% | 0.41% | - |
| HSV(B) | 41.84º | 0.84% | 0.71% | - |
| XYZ | 27.94 | 27.24 | 4.95 | - |
| YUV | 136.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 29 | 0 | 0.25 | 0.84 | 0.29 | 41.84 | 0.72 | 0.41 |
| Hex | B5 | 87 | 1D | 0 | 19 | 54 | 1D | 2A | 48 | 29 |
| Octal | 265 | 207 | 35 | 0 | 31 | 124 | 35 | 52 | 110 | 51 |
| Binary | 10110101 | 10000111 | 11101 | 0 | 11001 | 1010100 | 11101 | 101010 | 1001000 | 101001 |
Color Harmonies of #B5871D
Complementary color
Monochromatic Colors of #B5871D
Black with #B5871D
Text Example
Text Example
White with #B5871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5871D; }
p { color: rgb(181,135,29); }
H1.HeaderClassName
{
color: #B5871D;
}
.AnyTagClassName
{
color: #B5871D;
}
</style>
background-color css
<style>
a { background-color: #B5871D; }
a { background-color: rgb(181,135,29); }
div.DivClassName
{
background-color: #B5871D;
}
.BgClassName
{
background-color: #B5871D;
}
</style>
border-color css
<style>
span { border-color: #B5871D; }
span { border-color: rgb(181,135,29); }
td.TdClassName
{
border-color: #B5871D;
}
.TagClassName
{
border-color: #B5871D;
}
</style>