Shades of Nugget #B3891D
Tints of Nugget #B3891D
RGB
CMYK
RGB Variations
Color information
#B3891D (or 0xB3891D) is known color: Nugget. HEX triplet: B3, 89 and 1D. RGB value is (179,137,29). Sum of RGB (Red+Green+Blue) = 179+137+29=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3891D is #4C76E2. Grayscale: #898989. Windows color (decimal): -5011171 or 1935795. OLE color: 1935795.
HSL color Cylindrical-coordinate representation of color #B3891D: hue angle of 43.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3891D is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 29 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.30 |
| HSL | 43.2º | 0.72% | 0.41% | - |
| HSV(B) | 43.2º | 0.84% | 0.7% | - |
| XYZ | 27.76 | 27.56 | 5.02 | - |
| YUV | 137.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 29 | 0 | 0.23 | 0.84 | 0.30 | 43.2 | 0.72 | 0.41 |
| Hex | B3 | 89 | 1D | 0 | 17 | 54 | 1E | 2B | 48 | 29 |
| Octal | 263 | 211 | 35 | 0 | 27 | 124 | 36 | 53 | 110 | 51 |
| Binary | 10110011 | 10001001 | 11101 | 0 | 10111 | 1010100 | 11110 | 101011 | 1001000 | 101001 |
Color Harmonies of #B3891D
Complementary color
Monochromatic Colors of #B3891D
Black with #B3891D
Text Example
Text Example
White with #B3891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3891D; }
p { color: rgb(179,137,29); }
H1.HeaderClassName
{
color: #B3891D;
}
.AnyTagClassName
{
color: #B3891D;
}
</style>
background-color css
<style>
a { background-color: #B3891D; }
a { background-color: rgb(179,137,29); }
div.DivClassName
{
background-color: #B3891D;
}
.BgClassName
{
background-color: #B3891D;
}
</style>
border-color css
<style>
span { border-color: #B3891D; }
span { border-color: rgb(179,137,29); }
td.TdClassName
{
border-color: #B3891D;
}
.TagClassName
{
border-color: #B3891D;
}
</style>