Shades of Nugget #B0881F
Tints of Nugget #B0881F
RGB
CMYK
RGB Variations
Color information
#B0881F (or 0xB0881F) is known color: Nugget. HEX triplet: B0, 88 and 1F. RGB value is (176,136,31). Sum of RGB (Red+Green+Blue) = 176+136+31=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B0881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0881F is #4F77E0. Grayscale: #888888. Windows color (decimal): -5208033 or 2066608. OLE color: 2066608.
HSL color Cylindrical-coordinate representation of color #B0881F: hue angle of 43.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0881F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 31 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.31 |
| HSL | 43.45º | 0.7% | 0.41% | - |
| HSV(B) | 43.45º | 0.82% | 0.69% | - |
| XYZ | 26.96 | 26.94 | 5.08 | - |
| YUV | 135.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 31 | 0 | 0.23 | 0.82 | 0.31 | 43.45 | 0.7 | 0.41 |
| Hex | B0 | 88 | 1F | 0 | 17 | 52 | 1F | 2B | 46 | 29 |
| Octal | 260 | 210 | 37 | 0 | 27 | 122 | 37 | 53 | 106 | 51 |
| Binary | 10110000 | 10001000 | 11111 | 0 | 10111 | 1010010 | 11111 | 101011 | 1000110 | 101001 |
Color Harmonies of #B0881F
Complementary color
Monochromatic Colors of #B0881F
Black with #B0881F
Text Example
Text Example
White with #B0881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0881F; }
p { color: rgb(176,136,31); }
H1.HeaderClassName
{
color: #B0881F;
}
.AnyTagClassName
{
color: #B0881F;
}
</style>
background-color css
<style>
a { background-color: #B0881F; }
a { background-color: rgb(176,136,31); }
div.DivClassName
{
background-color: #B0881F;
}
.BgClassName
{
background-color: #B0881F;
}
</style>
border-color css
<style>
span { border-color: #B0881F; }
span { border-color: rgb(176,136,31); }
td.TdClassName
{
border-color: #B0881F;
}
.TagClassName
{
border-color: #B0881F;
}
</style>