Shades of Nugget #B98B2B
Tints of Nugget #B98B2B
RGB
CMYK
RGB Variations
Color information
#B98B2B (or 0xB98B2B) is known color: Nugget. HEX triplet: B9, 8B and 2B. RGB value is (185,139,43). Sum of RGB (Red+Green+Blue) = 185+139+43=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98B2B is #4674D4. Grayscale: #8E8E8E. Windows color (decimal): -4617429 or 2853817. OLE color: 2853817.
HSL color Cylindrical-coordinate representation of color #B98B2B: hue angle of 40.56º degrees, saturation: 0.62, 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 #B98B2B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 139 | 43 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.27 |
| HSL | 40.56º | 0.62% | 0.45% | - |
| HSV(B) | 40.56º | 0.77% | 0.73% | - |
| XYZ | 29.68 | 28.95 | 6.31 | - |
| YUV | 141.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 43 | 0 | 0.25 | 0.77 | 0.27 | 40.56 | 0.62 | 0.45 |
| Hex | B9 | 8B | 2B | 0 | 19 | 4D | 1B | 29 | 3E | 2D |
| Octal | 271 | 213 | 53 | 0 | 31 | 115 | 33 | 51 | 76 | 55 |
| Binary | 10111001 | 10001011 | 101011 | 0 | 11001 | 1001101 | 11011 | 101001 | 111110 | 101101 |
Color Harmonies of #B98B2B
Complementary color
Monochromatic Colors of #B98B2B
Black with #B98B2B
Text Example
Text Example
White with #B98B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98B2B; }
p { color: rgb(185,139,43); }
H1.HeaderClassName
{
color: #B98B2B;
}
.AnyTagClassName
{
color: #B98B2B;
}
</style>
background-color css
<style>
a { background-color: #B98B2B; }
a { background-color: rgb(185,139,43); }
div.DivClassName
{
background-color: #B98B2B;
}
.BgClassName
{
background-color: #B98B2B;
}
</style>
border-color css
<style>
span { border-color: #B98B2B; }
span { border-color: rgb(185,139,43); }
td.TdClassName
{
border-color: #B98B2B;
}
.TagClassName
{
border-color: #B98B2B;
}
</style>