Shades of Nugget #B8912A
Tints of Nugget #B8912A
RGB
CMYK
RGB Variations
Color information
#B8912A (or 0xB8912A) is known color: Nugget. HEX triplet: B8, 91 and 2A. RGB value is (184,145,42). Sum of RGB (Red+Green+Blue) = 184+145+42=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8912A is #476ED5. Grayscale: #919191. Windows color (decimal): -4681430 or 2789816. OLE color: 2789816.
HSL color Cylindrical-coordinate representation of color #B8912A: hue angle of 43.52º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8912A is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 42 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.28 |
| HSL | 43.52º | 0.63% | 0.44% | - |
| HSV(B) | 43.52º | 0.77% | 0.72% | - |
| XYZ | 30.31 | 30.61 | 6.5 | - |
| YUV | 144.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 42 | 0 | 0.21 | 0.77 | 0.28 | 43.52 | 0.63 | 0.44 |
| Hex | B8 | 91 | 2A | 0 | 15 | 4D | 1C | 2C | 3F | 2C |
| Octal | 270 | 221 | 52 | 0 | 25 | 115 | 34 | 54 | 77 | 54 |
| Binary | 10111000 | 10010001 | 101010 | 0 | 10101 | 1001101 | 11100 | 101100 | 111111 | 101100 |
Color Harmonies of #B8912A
Complementary color
Monochromatic Colors of #B8912A
Black with #B8912A
Text Example
Text Example
White with #B8912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8912A; }
p { color: rgb(184,145,42); }
H1.HeaderClassName
{
color: #B8912A;
}
.AnyTagClassName
{
color: #B8912A;
}
</style>
background-color css
<style>
a { background-color: #B8912A; }
a { background-color: rgb(184,145,42); }
div.DivClassName
{
background-color: #B8912A;
}
.BgClassName
{
background-color: #B8912A;
}
</style>
border-color css
<style>
span { border-color: #B8912A; }
span { border-color: rgb(184,145,42); }
td.TdClassName
{
border-color: #B8912A;
}
.TagClassName
{
border-color: #B8912A;
}
</style>