Shades of Nugget #B5871E
Tints of Nugget #B5871E
RGB
CMYK
RGB Variations
Color information
#B5871E (or 0xB5871E) is known color: Nugget. HEX triplet: B5, 87 and 1E. RGB value is (181,135,30). Sum of RGB (Red+Green+Blue) = 181+135+30=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5871E is #4A78E1. Grayscale: #898989. Windows color (decimal): -4880610 or 2000821. OLE color: 2000821.
HSL color Cylindrical-coordinate representation of color #B5871E: hue angle of 41.72º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5871E is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 30 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.29 |
| HSL | 41.72º | 0.72% | 0.41% | - |
| HSV(B) | 41.72º | 0.83% | 0.71% | - |
| XYZ | 27.95 | 27.25 | 5.01 | - |
| YUV | 136.78 | 67.74 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 30 | 0 | 0.25 | 0.83 | 0.29 | 41.72 | 0.72 | 0.41 |
| Hex | B5 | 87 | 1E | 0 | 19 | 53 | 1D | 2A | 48 | 29 |
| Octal | 265 | 207 | 36 | 0 | 31 | 123 | 35 | 52 | 110 | 51 |
| Binary | 10110101 | 10000111 | 11110 | 0 | 11001 | 1010011 | 11101 | 101010 | 1001000 | 101001 |
Color Harmonies of #B5871E
Complementary color
Monochromatic Colors of #B5871E
Black with #B5871E
Text Example
Text Example
White with #B5871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5871E; }
p { color: rgb(181,135,30); }
H1.HeaderClassName
{
color: #B5871E;
}
.AnyTagClassName
{
color: #B5871E;
}
</style>
background-color css
<style>
a { background-color: #B5871E; }
a { background-color: rgb(181,135,30); }
div.DivClassName
{
background-color: #B5871E;
}
.BgClassName
{
background-color: #B5871E;
}
</style>
border-color css
<style>
span { border-color: #B5871E; }
span { border-color: rgb(181,135,30); }
td.TdClassName
{
border-color: #B5871E;
}
.TagClassName
{
border-color: #B5871E;
}
</style>