Shades of Nugget #B9882A
Tints of Nugget #B9882A
RGB
CMYK
RGB Variations
Color information
#B9882A (or 0xB9882A) is known color: Nugget. HEX triplet: B9, 88 and 2A. RGB value is (185,136,42). Sum of RGB (Red+Green+Blue) = 185+136+42=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9882A is #4677D5. Grayscale: #8C8C8C. Windows color (decimal): -4618198 or 2787513. OLE color: 2787513.
HSL color Cylindrical-coordinate representation of color #B9882A: hue angle of 39.44º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9882A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 42 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.27 |
| HSL | 39.44º | 0.63% | 0.45% | - |
| HSV(B) | 39.44º | 0.77% | 0.73% | - |
| XYZ | 29.23 | 28.09 | 6.07 | - |
| YUV | 139.94 | 72.73 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 42 | 0 | 0.26 | 0.77 | 0.27 | 39.44 | 0.63 | 0.45 |
| Hex | B9 | 88 | 2A | 0 | 1A | 4D | 1B | 27 | 3F | 2D |
| Octal | 271 | 210 | 52 | 0 | 32 | 115 | 33 | 47 | 77 | 55 |
| Binary | 10111001 | 10001000 | 101010 | 0 | 11010 | 1001101 | 11011 | 100111 | 111111 | 101101 |
Color Harmonies of #B9882A
Complementary color
Monochromatic Colors of #B9882A
Black with #B9882A
Text Example
Text Example
White with #B9882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9882A; }
p { color: rgb(185,136,42); }
H1.HeaderClassName
{
color: #B9882A;
}
.AnyTagClassName
{
color: #B9882A;
}
</style>
background-color css
<style>
a { background-color: #B9882A; }
a { background-color: rgb(185,136,42); }
div.DivClassName
{
background-color: #B9882A;
}
.BgClassName
{
background-color: #B9882A;
}
</style>
border-color css
<style>
span { border-color: #B9882A; }
span { border-color: rgb(185,136,42); }
td.TdClassName
{
border-color: #B9882A;
}
.TagClassName
{
border-color: #B9882A;
}
</style>