Shades of Nugget #B18E27
Tints of Nugget #B18E27
RGB
CMYK
RGB Variations
Color information
#B18E27 (or 0xB18E27) is known color: Nugget. HEX triplet: B1, 8E and 27. RGB value is (177,142,39). Sum of RGB (Red+Green+Blue) = 177+142+39=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E27 is #4E71D8. Grayscale: #8D8D8D. Windows color (decimal): -5140953 or 2592433. OLE color: 2592433.
HSL color Cylindrical-coordinate representation of color #B18E27: hue angle of 44.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B18E27 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 39 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.31 |
| HSL | 44.78º | 0.64% | 0.42% | - |
| HSV(B) | 44.78º | 0.78% | 0.69% | - |
| XYZ | 28.17 | 28.84 | 6 | - |
| YUV | 140.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 39 | 0 | 0.20 | 0.78 | 0.31 | 44.78 | 0.64 | 0.42 |
| Hex | B1 | 8E | 27 | 0 | 14 | 4E | 1F | 2D | 40 | 2A |
| Octal | 261 | 216 | 47 | 0 | 24 | 116 | 37 | 55 | 100 | 52 |
| Binary | 10110001 | 10001110 | 100111 | 0 | 10100 | 1001110 | 11111 | 101101 | 1000000 | 101010 |
Color Harmonies of #B18E27
Complementary color
Monochromatic Colors of #B18E27
Black with #B18E27
Text Example
Text Example
White with #B18E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18E27; }
p { color: rgb(177,142,39); }
H1.HeaderClassName
{
color: #B18E27;
}
.AnyTagClassName
{
color: #B18E27;
}
</style>
background-color css
<style>
a { background-color: #B18E27; }
a { background-color: rgb(177,142,39); }
div.DivClassName
{
background-color: #B18E27;
}
.BgClassName
{
background-color: #B18E27;
}
</style>
border-color css
<style>
span { border-color: #B18E27; }
span { border-color: rgb(177,142,39); }
td.TdClassName
{
border-color: #B18E27;
}
.TagClassName
{
border-color: #B18E27;
}
</style>