Shades of Nugget #B58F2D
Tints of Nugget #B58F2D
RGB
CMYK
RGB Variations
Color information
#B58F2D (or 0xB58F2D) is known color: Nugget. HEX triplet: B5, 8F and 2D. RGB value is (181,143,45). Sum of RGB (Red+Green+Blue) = 181+143+45=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58F2D is #4A70D2. Grayscale: #8F8F8F. Windows color (decimal): -4878547 or 2985909. OLE color: 2985909.
HSL color Cylindrical-coordinate representation of color #B58F2D: hue angle of 43.24º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B58F2D is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 45 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.29 |
| HSL | 43.24º | 0.6% | 0.44% | - |
| HSV(B) | 43.24º | 0.75% | 0.71% | - |
| XYZ | 29.35 | 29.66 | 6.66 | - |
| YUV | 143.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 45 | 0 | 0.21 | 0.75 | 0.29 | 43.24 | 0.6 | 0.44 |
| Hex | B5 | 8F | 2D | 0 | 15 | 4B | 1D | 2B | 3C | 2C |
| Octal | 265 | 217 | 55 | 0 | 25 | 113 | 35 | 53 | 74 | 54 |
| Binary | 10110101 | 10001111 | 101101 | 0 | 10101 | 1001011 | 11101 | 101011 | 111100 | 101100 |
Color Harmonies of #B58F2D
Complementary color
Monochromatic Colors of #B58F2D
Black with #B58F2D
Text Example
Text Example
White with #B58F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F2D; }
p { color: rgb(181,143,45); }
H1.HeaderClassName
{
color: #B58F2D;
}
.AnyTagClassName
{
color: #B58F2D;
}
</style>
background-color css
<style>
a { background-color: #B58F2D; }
a { background-color: rgb(181,143,45); }
div.DivClassName
{
background-color: #B58F2D;
}
.BgClassName
{
background-color: #B58F2D;
}
</style>
border-color css
<style>
span { border-color: #B58F2D; }
span { border-color: rgb(181,143,45); }
td.TdClassName
{
border-color: #B58F2D;
}
.TagClassName
{
border-color: #B58F2D;
}
</style>