Shades of Nugget #B58B23
Tints of Nugget #B58B23
RGB
CMYK
RGB Variations
Color information
#B58B23 (or 0xB58B23) is known color: Nugget. HEX triplet: B5, 8B and 23. RGB value is (181,139,35). Sum of RGB (Red+Green+Blue) = 181+139+35=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B23 is #4A74DC. Grayscale: #8C8C8C. Windows color (decimal): -4879581 or 2329525. OLE color: 2329525.
HSL color Cylindrical-coordinate representation of color #B58B23: hue angle of 42.74º 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 #B58B23 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 35 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.29 |
| HSL | 42.74º | 0.68% | 0.42% | - |
| HSV(B) | 42.74º | 0.81% | 0.71% | - |
| XYZ | 28.59 | 28.41 | 5.57 | - |
| YUV | 139.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 35 | 0 | 0.23 | 0.81 | 0.29 | 42.74 | 0.68 | 0.42 |
| Hex | B5 | 8B | 23 | 0 | 17 | 51 | 1D | 2B | 44 | 2A |
| Octal | 265 | 213 | 43 | 0 | 27 | 121 | 35 | 53 | 104 | 52 |
| Binary | 10110101 | 10001011 | 100011 | 0 | 10111 | 1010001 | 11101 | 101011 | 1000100 | 101010 |
Color Harmonies of #B58B23
Complementary color
Monochromatic Colors of #B58B23
Black with #B58B23
Text Example
Text Example
White with #B58B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B23; }
p { color: rgb(181,139,35); }
H1.HeaderClassName
{
color: #B58B23;
}
.AnyTagClassName
{
color: #B58B23;
}
</style>
background-color css
<style>
a { background-color: #B58B23; }
a { background-color: rgb(181,139,35); }
div.DivClassName
{
background-color: #B58B23;
}
.BgClassName
{
background-color: #B58B23;
}
</style>
border-color css
<style>
span { border-color: #B58B23; }
span { border-color: rgb(181,139,35); }
td.TdClassName
{
border-color: #B58B23;
}
.TagClassName
{
border-color: #B58B23;
}
</style>