Shades of Nugget #B3892B
Tints of Nugget #B3892B
RGB
CMYK
RGB Variations
Color information
#B3892B (or 0xB3892B) is known color: Nugget. HEX triplet: B3, 89 and 2B. RGB value is (179,137,43). Sum of RGB (Red+Green+Blue) = 179+137+43=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3892B is #4C76D4. Grayscale: #8B8B8B. Windows color (decimal): -5011157 or 2853299. OLE color: 2853299.
HSL color Cylindrical-coordinate representation of color #B3892B: hue angle of 41.47º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3892B is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 43 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.30 |
| HSL | 41.47º | 0.61% | 0.44% | - |
| HSV(B) | 41.47º | 0.76% | 0.7% | - |
| XYZ | 27.97 | 27.65 | 6.15 | - |
| YUV | 138.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 43 | 0 | 0.23 | 0.76 | 0.30 | 41.47 | 0.61 | 0.44 |
| Hex | B3 | 89 | 2B | 0 | 17 | 4C | 1E | 29 | 3D | 2C |
| Octal | 263 | 211 | 53 | 0 | 27 | 114 | 36 | 51 | 75 | 54 |
| Binary | 10110011 | 10001001 | 101011 | 0 | 10111 | 1001100 | 11110 | 101001 | 111101 | 101100 |
Color Harmonies of #B3892B
Complementary color
Monochromatic Colors of #B3892B
Black with #B3892B
Text Example
Text Example
White with #B3892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3892B; }
p { color: rgb(179,137,43); }
H1.HeaderClassName
{
color: #B3892B;
}
.AnyTagClassName
{
color: #B3892B;
}
</style>
background-color css
<style>
a { background-color: #B3892B; }
a { background-color: rgb(179,137,43); }
div.DivClassName
{
background-color: #B3892B;
}
.BgClassName
{
background-color: #B3892B;
}
</style>
border-color css
<style>
span { border-color: #B3892B; }
span { border-color: rgb(179,137,43); }
td.TdClassName
{
border-color: #B3892B;
}
.TagClassName
{
border-color: #B3892B;
}
</style>