Shades of Nugget #B38F2D
Tints of Nugget #B38F2D
RGB
CMYK
RGB Variations
Color information
#B38F2D (or 0xB38F2D) is known color: Nugget. HEX triplet: B3, 8F and 2D. RGB value is (179,143,45). Sum of RGB (Red+Green+Blue) = 179+143+45=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F2D is #4C70D2. Grayscale: #8F8F8F. Windows color (decimal): -5009619 or 2985907. OLE color: 2985907.
HSL color Cylindrical-coordinate representation of color #B38F2D: hue angle of 43.88º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B38F2D is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 45 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.30 |
| HSL | 43.88º | 0.6% | 0.44% | - |
| HSV(B) | 43.88º | 0.75% | 0.7% | - |
| XYZ | 28.89 | 29.42 | 6.64 | - |
| YUV | 142.59 | 72.93 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 45 | 0 | 0.20 | 0.75 | 0.30 | 43.88 | 0.6 | 0.44 |
| Hex | B3 | 8F | 2D | 0 | 14 | 4B | 1E | 2C | 3C | 2C |
| Octal | 263 | 217 | 55 | 0 | 24 | 113 | 36 | 54 | 74 | 54 |
| Binary | 10110011 | 10001111 | 101101 | 0 | 10100 | 1001011 | 11110 | 101100 | 111100 | 101100 |
Color Harmonies of #B38F2D
Complementary color
Monochromatic Colors of #B38F2D
Black with #B38F2D
Text Example
Text Example
White with #B38F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F2D; }
p { color: rgb(179,143,45); }
H1.HeaderClassName
{
color: #B38F2D;
}
.AnyTagClassName
{
color: #B38F2D;
}
</style>
background-color css
<style>
a { background-color: #B38F2D; }
a { background-color: rgb(179,143,45); }
div.DivClassName
{
background-color: #B38F2D;
}
.BgClassName
{
background-color: #B38F2D;
}
</style>
border-color css
<style>
span { border-color: #B38F2D; }
span { border-color: rgb(179,143,45); }
td.TdClassName
{
border-color: #B38F2D;
}
.TagClassName
{
border-color: #B38F2D;
}
</style>