Shades of Nugget #B8891F
Tints of Nugget #B8891F
RGB
CMYK
RGB Variations
Color information
#B8891F (or 0xB8891F) is known color: Nugget. HEX triplet: B8, 89 and 1F. RGB value is (184,137,31). Sum of RGB (Red+Green+Blue) = 184+137+31=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B8891F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8891F is #4776E0. Grayscale: #8B8B8B. Windows color (decimal): -4683489 or 2066872. OLE color: 2066872.
HSL color Cylindrical-coordinate representation of color #B8891F: hue angle of 41.57º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8891F is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 31 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.28 |
| HSL | 41.57º | 0.71% | 0.42% | - |
| HSV(B) | 41.57º | 0.83% | 0.72% | - |
| XYZ | 28.96 | 28.18 | 5.21 | - |
| YUV | 138.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 31 | 0 | 0.26 | 0.83 | 0.28 | 41.57 | 0.71 | 0.42 |
| Hex | B8 | 89 | 1F | 0 | 1A | 53 | 1C | 2A | 47 | 2A |
| Octal | 270 | 211 | 37 | 0 | 32 | 123 | 34 | 52 | 107 | 52 |
| Binary | 10111000 | 10001001 | 11111 | 0 | 11010 | 1010011 | 11100 | 101010 | 1000111 | 101010 |
Color Harmonies of #B8891F
Complementary color
Monochromatic Colors of #B8891F
Black with #B8891F
Text Example
Text Example
White with #B8891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8891F; }
p { color: rgb(184,137,31); }
H1.HeaderClassName
{
color: #B8891F;
}
.AnyTagClassName
{
color: #B8891F;
}
</style>
background-color css
<style>
a { background-color: #B8891F; }
a { background-color: rgb(184,137,31); }
div.DivClassName
{
background-color: #B8891F;
}
.BgClassName
{
background-color: #B8891F;
}
</style>
border-color css
<style>
span { border-color: #B8891F; }
span { border-color: rgb(184,137,31); }
td.TdClassName
{
border-color: #B8891F;
}
.TagClassName
{
border-color: #B8891F;
}
</style>