Shades of Nugget #B98F2B
Tints of Nugget #B98F2B
RGB
CMYK
RGB Variations
Color information
#B98F2B (or 0xB98F2B) is known color: Nugget. HEX triplet: B9, 8F and 2B. RGB value is (185,143,43). Sum of RGB (Red+Green+Blue) = 185+143+43=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98F2B is #4670D4. Grayscale: #909090. Windows color (decimal): -4616405 or 2854841. OLE color: 2854841.
HSL color Cylindrical-coordinate representation of color #B98F2B: hue angle of 42.25º 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 #B98F2B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 43 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.27 |
| HSL | 42.25º | 0.62% | 0.45% | - |
| HSV(B) | 42.25º | 0.77% | 0.73% | - |
| XYZ | 30.27 | 30.13 | 6.51 | - |
| YUV | 144.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 43 | 0 | 0.23 | 0.77 | 0.27 | 42.25 | 0.62 | 0.45 |
| Hex | B9 | 8F | 2B | 0 | 17 | 4D | 1B | 2A | 3E | 2D |
| Octal | 271 | 217 | 53 | 0 | 27 | 115 | 33 | 52 | 76 | 55 |
| Binary | 10111001 | 10001111 | 101011 | 0 | 10111 | 1001101 | 11011 | 101010 | 111110 | 101101 |
Color Harmonies of #B98F2B
Complementary color
Monochromatic Colors of #B98F2B
Black with #B98F2B
Text Example
Text Example
White with #B98F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98F2B; }
p { color: rgb(185,143,43); }
H1.HeaderClassName
{
color: #B98F2B;
}
.AnyTagClassName
{
color: #B98F2B;
}
</style>
background-color css
<style>
a { background-color: #B98F2B; }
a { background-color: rgb(185,143,43); }
div.DivClassName
{
background-color: #B98F2B;
}
.BgClassName
{
background-color: #B98F2B;
}
</style>
border-color css
<style>
span { border-color: #B98F2B; }
span { border-color: rgb(185,143,43); }
td.TdClassName
{
border-color: #B98F2B;
}
.TagClassName
{
border-color: #B98F2B;
}
</style>