Shades of Nugget #B58627
Tints of Nugget #B58627
RGB
CMYK
RGB Variations
Color information
#B58627 (or 0xB58627) is known color: Nugget. HEX triplet: B5, 86 and 27. RGB value is (181,134,39). Sum of RGB (Red+Green+Blue) = 181+134+39=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B58627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58627 is #4A79D8. Grayscale: #898989. Windows color (decimal): -4880857 or 2590389. OLE color: 2590389.
HSL color Cylindrical-coordinate representation of color #B58627: hue angle of 40.14º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B58627 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 39 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.29 |
| HSL | 40.14º | 0.65% | 0.43% | - |
| HSV(B) | 40.14º | 0.78% | 0.71% | - |
| XYZ | 27.95 | 27.02 | 5.66 | - |
| YUV | 137.22 | 72.57 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 39 | 0 | 0.26 | 0.78 | 0.29 | 40.14 | 0.65 | 0.43 |
| Hex | B5 | 86 | 27 | 0 | 1A | 4E | 1D | 28 | 41 | 2B |
| Octal | 265 | 206 | 47 | 0 | 32 | 116 | 35 | 50 | 101 | 53 |
| Binary | 10110101 | 10000110 | 100111 | 0 | 11010 | 1001110 | 11101 | 101000 | 1000001 | 101011 |
Color Harmonies of #B58627
Complementary color
Monochromatic Colors of #B58627
Black with #B58627
Text Example
Text Example
White with #B58627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58627; }
p { color: rgb(181,134,39); }
H1.HeaderClassName
{
color: #B58627;
}
.AnyTagClassName
{
color: #B58627;
}
</style>
background-color css
<style>
a { background-color: #B58627; }
a { background-color: rgb(181,134,39); }
div.DivClassName
{
background-color: #B58627;
}
.BgClassName
{
background-color: #B58627;
}
</style>
border-color css
<style>
span { border-color: #B58627; }
span { border-color: rgb(181,134,39); }
td.TdClassName
{
border-color: #B58627;
}
.TagClassName
{
border-color: #B58627;
}
</style>