Shades of Nugget #B18C2C
Tints of Nugget #B18C2C
RGB
CMYK
RGB Variations
Color information
#B18C2C (or 0xB18C2C) is known color: Nugget. HEX triplet: B1, 8C and 2C. RGB value is (177,140,44). Sum of RGB (Red+Green+Blue) = 177+140+44=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C2C is #4E73D3. Grayscale: #8C8C8C. Windows color (decimal): -5141460 or 2919601. OLE color: 2919601.
HSL color Cylindrical-coordinate representation of color #B18C2C: hue angle of 43.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B18C2C is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 44 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.31 |
| HSL | 43.31º | 0.6% | 0.43% | - |
| HSV(B) | 43.31º | 0.75% | 0.69% | - |
| XYZ | 27.96 | 28.29 | 6.37 | - |
| YUV | 140.12 | 73.76 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 44 | 0 | 0.21 | 0.75 | 0.31 | 43.31 | 0.6 | 0.43 |
| Hex | B1 | 8C | 2C | 0 | 15 | 4B | 1F | 2B | 3C | 2B |
| Octal | 261 | 214 | 54 | 0 | 25 | 113 | 37 | 53 | 74 | 53 |
| Binary | 10110001 | 10001100 | 101100 | 0 | 10101 | 1001011 | 11111 | 101011 | 111100 | 101011 |
Color Harmonies of #B18C2C
Complementary color
Monochromatic Colors of #B18C2C
Black with #B18C2C
Text Example
Text Example
White with #B18C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C2C; }
p { color: rgb(177,140,44); }
H1.HeaderClassName
{
color: #B18C2C;
}
.AnyTagClassName
{
color: #B18C2C;
}
</style>
background-color css
<style>
a { background-color: #B18C2C; }
a { background-color: rgb(177,140,44); }
div.DivClassName
{
background-color: #B18C2C;
}
.BgClassName
{
background-color: #B18C2C;
}
</style>
border-color css
<style>
span { border-color: #B18C2C; }
span { border-color: rgb(177,140,44); }
td.TdClassName
{
border-color: #B18C2C;
}
.TagClassName
{
border-color: #B18C2C;
}
</style>