Shades of Nugget #B18A23
Tints of Nugget #B18A23
RGB
CMYK
RGB Variations
Color information
#B18A23 (or 0xB18A23) is known color: Nugget. HEX triplet: B1, 8A and 23. RGB value is (177,138,35). Sum of RGB (Red+Green+Blue) = 177+138+35=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A23 is #4E75DC. Grayscale: #8A8A8A. Windows color (decimal): -5141981 or 2329265. OLE color: 2329265.
HSL color Cylindrical-coordinate representation of color #B18A23: hue angle of 43.52º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B18A23 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 35 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.31 |
| HSL | 43.52º | 0.67% | 0.42% | - |
| HSV(B) | 43.52º | 0.8% | 0.69% | - |
| XYZ | 27.52 | 27.65 | 5.48 | - |
| YUV | 137.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 35 | 0 | 0.22 | 0.80 | 0.31 | 43.52 | 0.67 | 0.42 |
| Hex | B1 | 8A | 23 | 0 | 16 | 50 | 1F | 2C | 43 | 2A |
| Octal | 261 | 212 | 43 | 0 | 26 | 120 | 37 | 54 | 103 | 52 |
| Binary | 10110001 | 10001010 | 100011 | 0 | 10110 | 1010000 | 11111 | 101100 | 1000011 | 101010 |
Color Harmonies of #B18A23
Complementary color
Monochromatic Colors of #B18A23
Black with #B18A23
Text Example
Text Example
White with #B18A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A23; }
p { color: rgb(177,138,35); }
H1.HeaderClassName
{
color: #B18A23;
}
.AnyTagClassName
{
color: #B18A23;
}
</style>
background-color css
<style>
a { background-color: #B18A23; }
a { background-color: rgb(177,138,35); }
div.DivClassName
{
background-color: #B18A23;
}
.BgClassName
{
background-color: #B18A23;
}
</style>
border-color css
<style>
span { border-color: #B18A23; }
span { border-color: rgb(177,138,35); }
td.TdClassName
{
border-color: #B18A23;
}
.TagClassName
{
border-color: #B18A23;
}
</style>