Shades of Nugget #B8891C
Tints of Nugget #B8891C
RGB
CMYK
RGB Variations
Color information
#B8891C (or 0xB8891C) is known color: Nugget. HEX triplet: B8, 89 and 1C. RGB value is (184,137,28). Sum of RGB (Red+Green+Blue) = 184+137+28=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8891C is #4776E3. Grayscale: #8B8B8B. Windows color (decimal): -4683492 or 1870264. OLE color: 1870264.
HSL color Cylindrical-coordinate representation of color #B8891C: hue angle of 41.92º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8891C is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 28 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.28 |
| HSL | 41.92º | 0.74% | 0.42% | - |
| HSV(B) | 41.92º | 0.85% | 0.72% | - |
| XYZ | 28.92 | 28.17 | 5.01 | - |
| YUV | 138.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 28 | 0 | 0.26 | 0.85 | 0.28 | 41.92 | 0.74 | 0.42 |
| Hex | B8 | 89 | 1C | 0 | 1A | 55 | 1C | 2A | 4A | 2A |
| Octal | 270 | 211 | 34 | 0 | 32 | 125 | 34 | 52 | 112 | 52 |
| Binary | 10111000 | 10001001 | 11100 | 0 | 11010 | 1010101 | 11100 | 101010 | 1001010 | 101010 |
Color Harmonies of #B8891C
Complementary color
Monochromatic Colors of #B8891C
Black with #B8891C
Text Example
Text Example
White with #B8891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8891C; }
p { color: rgb(184,137,28); }
H1.HeaderClassName
{
color: #B8891C;
}
.AnyTagClassName
{
color: #B8891C;
}
</style>
background-color css
<style>
a { background-color: #B8891C; }
a { background-color: rgb(184,137,28); }
div.DivClassName
{
background-color: #B8891C;
}
.BgClassName
{
background-color: #B8891C;
}
</style>
border-color css
<style>
span { border-color: #B8891C; }
span { border-color: rgb(184,137,28); }
td.TdClassName
{
border-color: #B8891C;
}
.TagClassName
{
border-color: #B8891C;
}
</style>