Shades of Nugget #B4851F
Tints of Nugget #B4851F
RGB
CMYK
RGB Variations
Color information
#B4851F (or 0xB4851F) is known color: Nugget. HEX triplet: B4, 85 and 1F. RGB value is (180,133,31). Sum of RGB (Red+Green+Blue) = 180+133+31=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4851F is #4B7AE0. Grayscale: #878787. Windows color (decimal): -4946657 or 2065844. OLE color: 2065844.
HSL color Cylindrical-coordinate representation of color #B4851F: hue angle of 41.07º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4851F is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 31 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.29 |
| HSL | 41.07º | 0.71% | 0.41% | - |
| HSV(B) | 41.07º | 0.83% | 0.71% | - |
| XYZ | 27.46 | 26.58 | 4.98 | - |
| YUV | 135.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 31 | 0 | 0.26 | 0.83 | 0.29 | 41.07 | 0.71 | 0.41 |
| Hex | B4 | 85 | 1F | 0 | 1A | 53 | 1D | 29 | 47 | 29 |
| Octal | 264 | 205 | 37 | 0 | 32 | 123 | 35 | 51 | 107 | 51 |
| Binary | 10110100 | 10000101 | 11111 | 0 | 11010 | 1010011 | 11101 | 101001 | 1000111 | 101001 |
Color Harmonies of #B4851F
Complementary color
Monochromatic Colors of #B4851F
Black with #B4851F
Text Example
Text Example
White with #B4851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4851F; }
p { color: rgb(180,133,31); }
H1.HeaderClassName
{
color: #B4851F;
}
.AnyTagClassName
{
color: #B4851F;
}
</style>
background-color css
<style>
a { background-color: #B4851F; }
a { background-color: rgb(180,133,31); }
div.DivClassName
{
background-color: #B4851F;
}
.BgClassName
{
background-color: #B4851F;
}
</style>
border-color css
<style>
span { border-color: #B4851F; }
span { border-color: rgb(180,133,31); }
td.TdClassName
{
border-color: #B4851F;
}
.TagClassName
{
border-color: #B4851F;
}
</style>