Shades of Nugget #B98C2C
Tints of Nugget #B98C2C
RGB
CMYK
RGB Variations
Color information
#B98C2C (or 0xB98C2C) is known color: Nugget. HEX triplet: B9, 8C and 2C. RGB value is (185,140,44). Sum of RGB (Red+Green+Blue) = 185+140+44=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98C2C is #4673D3. Grayscale: #8E8E8E. Windows color (decimal): -4617172 or 2919609. OLE color: 2919609.
HSL color Cylindrical-coordinate representation of color #B98C2C: hue angle of 40.85º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B98C2C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 44 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.27 |
| HSL | 40.85º | 0.62% | 0.45% | - |
| HSV(B) | 40.85º | 0.76% | 0.73% | - |
| XYZ | 29.84 | 29.25 | 6.46 | - |
| YUV | 142.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 44 | 0 | 0.24 | 0.76 | 0.27 | 40.85 | 0.62 | 0.45 |
| Hex | B9 | 8C | 2C | 0 | 18 | 4C | 1B | 29 | 3E | 2D |
| Octal | 271 | 214 | 54 | 0 | 30 | 114 | 33 | 51 | 76 | 55 |
| Binary | 10111001 | 10001100 | 101100 | 0 | 11000 | 1001100 | 11011 | 101001 | 111110 | 101101 |
Color Harmonies of #B98C2C
Complementary color
Monochromatic Colors of #B98C2C
Black with #B98C2C
Text Example
Text Example
White with #B98C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C2C; }
p { color: rgb(185,140,44); }
H1.HeaderClassName
{
color: #B98C2C;
}
.AnyTagClassName
{
color: #B98C2C;
}
</style>
background-color css
<style>
a { background-color: #B98C2C; }
a { background-color: rgb(185,140,44); }
div.DivClassName
{
background-color: #B98C2C;
}
.BgClassName
{
background-color: #B98C2C;
}
</style>
border-color css
<style>
span { border-color: #B98C2C; }
span { border-color: rgb(185,140,44); }
td.TdClassName
{
border-color: #B98C2C;
}
.TagClassName
{
border-color: #B98C2C;
}
</style>