Shades of Nugget #B58E23
Tints of Nugget #B58E23
RGB
CMYK
RGB Variations
Color information
#B58E23 (or 0xB58E23) is known color: Nugget. HEX triplet: B5, 8E and 23. RGB value is (181,142,35). Sum of RGB (Red+Green+Blue) = 181+142+35=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E23 is #4A71DC. Grayscale: #8D8D8D. Windows color (decimal): -4878813 or 2330293. OLE color: 2330293.
HSL color Cylindrical-coordinate representation of color #B58E23: hue angle of 43.97º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B58E23 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 35 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.29 |
| HSL | 43.97º | 0.68% | 0.42% | - |
| HSV(B) | 43.97º | 0.81% | 0.71% | - |
| XYZ | 29.03 | 29.29 | 5.71 | - |
| YUV | 141.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 35 | 0 | 0.22 | 0.81 | 0.29 | 43.97 | 0.68 | 0.42 |
| Hex | B5 | 8E | 23 | 0 | 16 | 51 | 1D | 2C | 44 | 2A |
| Octal | 265 | 216 | 43 | 0 | 26 | 121 | 35 | 54 | 104 | 52 |
| Binary | 10110101 | 10001110 | 100011 | 0 | 10110 | 1010001 | 11101 | 101100 | 1000100 | 101010 |
Color Harmonies of #B58E23
Complementary color
Monochromatic Colors of #B58E23
Black with #B58E23
Text Example
Text Example
White with #B58E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E23; }
p { color: rgb(181,142,35); }
H1.HeaderClassName
{
color: #B58E23;
}
.AnyTagClassName
{
color: #B58E23;
}
</style>
background-color css
<style>
a { background-color: #B58E23; }
a { background-color: rgb(181,142,35); }
div.DivClassName
{
background-color: #B58E23;
}
.BgClassName
{
background-color: #B58E23;
}
</style>
border-color css
<style>
span { border-color: #B58E23; }
span { border-color: rgb(181,142,35); }
td.TdClassName
{
border-color: #B58E23;
}
.TagClassName
{
border-color: #B58E23;
}
</style>