Shades of Nugget #B38C2B
Tints of Nugget #B38C2B
RGB
CMYK
RGB Variations
Color information
#B38C2B (or 0xB38C2B) is known color: Nugget. HEX triplet: B3, 8C and 2B. RGB value is (179,140,43). Sum of RGB (Red+Green+Blue) = 179+140+43=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C2B is #4C73D4. Grayscale: #8D8D8D. Windows color (decimal): -5010389 or 2854067. OLE color: 2854067.
HSL color Cylindrical-coordinate representation of color #B38C2B: hue angle of 42.79º 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 #B38C2B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 43 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.30 |
| HSL | 42.79º | 0.61% | 0.44% | - |
| HSV(B) | 42.79º | 0.76% | 0.7% | - |
| XYZ | 28.4 | 28.51 | 6.29 | - |
| YUV | 140.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 43 | 0 | 0.22 | 0.76 | 0.30 | 42.79 | 0.61 | 0.44 |
| Hex | B3 | 8C | 2B | 0 | 16 | 4C | 1E | 2B | 3D | 2C |
| Octal | 263 | 214 | 53 | 0 | 26 | 114 | 36 | 53 | 75 | 54 |
| Binary | 10110011 | 10001100 | 101011 | 0 | 10110 | 1001100 | 11110 | 101011 | 111101 | 101100 |
Color Harmonies of #B38C2B
Complementary color
Monochromatic Colors of #B38C2B
Black with #B38C2B
Text Example
Text Example
White with #B38C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C2B; }
p { color: rgb(179,140,43); }
H1.HeaderClassName
{
color: #B38C2B;
}
.AnyTagClassName
{
color: #B38C2B;
}
</style>
background-color css
<style>
a { background-color: #B38C2B; }
a { background-color: rgb(179,140,43); }
div.DivClassName
{
background-color: #B38C2B;
}
.BgClassName
{
background-color: #B38C2B;
}
</style>
border-color css
<style>
span { border-color: #B38C2B; }
span { border-color: rgb(179,140,43); }
td.TdClassName
{
border-color: #B38C2B;
}
.TagClassName
{
border-color: #B38C2B;
}
</style>