Shades of Nugget #B38C2C
Tints of Nugget #B38C2C
RGB
CMYK
RGB Variations
Color information
#B38C2C (or 0xB38C2C) is known color: Nugget. HEX triplet: B3, 8C and 2C. RGB value is (179,140,44). Sum of RGB (Red+Green+Blue) = 179+140+44=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C2C is #4C73D3. Grayscale: #8D8D8D. Windows color (decimal): -5010388 or 2919603. OLE color: 2919603.
HSL color Cylindrical-coordinate representation of color #B38C2C: hue angle of 42.67º degrees, saturation: 0.61, 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 #B38C2C is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 44 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.30 |
| HSL | 42.67º | 0.61% | 0.44% | - |
| HSV(B) | 42.67º | 0.75% | 0.7% | - |
| XYZ | 28.42 | 28.52 | 6.39 | - |
| YUV | 140.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 44 | 0 | 0.22 | 0.75 | 0.30 | 42.67 | 0.61 | 0.44 |
| Hex | B3 | 8C | 2C | 0 | 16 | 4B | 1E | 2B | 3D | 2C |
| Octal | 263 | 214 | 54 | 0 | 26 | 113 | 36 | 53 | 75 | 54 |
| Binary | 10110011 | 10001100 | 101100 | 0 | 10110 | 1001011 | 11110 | 101011 | 111101 | 101100 |
Color Harmonies of #B38C2C
Complementary color
Monochromatic Colors of #B38C2C
Black with #B38C2C
Text Example
Text Example
White with #B38C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C2C; }
p { color: rgb(179,140,44); }
H1.HeaderClassName
{
color: #B38C2C;
}
.AnyTagClassName
{
color: #B38C2C;
}
</style>
background-color css
<style>
a { background-color: #B38C2C; }
a { background-color: rgb(179,140,44); }
div.DivClassName
{
background-color: #B38C2C;
}
.BgClassName
{
background-color: #B38C2C;
}
</style>
border-color css
<style>
span { border-color: #B38C2C; }
span { border-color: rgb(179,140,44); }
td.TdClassName
{
border-color: #B38C2C;
}
.TagClassName
{
border-color: #B38C2C;
}
</style>