Shades of Nugget #B4881F
Tints of Nugget #B4881F
RGB
CMYK
RGB Variations
Color information
#B4881F (or 0xB4881F) is known color: Nugget. HEX triplet: B4, 88 and 1F. RGB value is (180,136,31). Sum of RGB (Red+Green+Blue) = 180+136+31=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B4881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4881F is #4B77E0. Grayscale: #898989. Windows color (decimal): -4945889 or 2066612. OLE color: 2066612.
HSL color Cylindrical-coordinate representation of color #B4881F: hue angle of 42.28º 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 #B4881F is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 31 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.29 |
| HSL | 42.28º | 0.71% | 0.41% | - |
| HSV(B) | 42.28º | 0.83% | 0.71% | - |
| XYZ | 27.87 | 27.41 | 5.12 | - |
| YUV | 137.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 31 | 0 | 0.24 | 0.83 | 0.29 | 42.28 | 0.71 | 0.41 |
| Hex | B4 | 88 | 1F | 0 | 18 | 53 | 1D | 2A | 47 | 29 |
| Octal | 264 | 210 | 37 | 0 | 30 | 123 | 35 | 52 | 107 | 51 |
| Binary | 10110100 | 10001000 | 11111 | 0 | 11000 | 1010011 | 11101 | 101010 | 1000111 | 101001 |
Color Harmonies of #B4881F
Complementary color
Monochromatic Colors of #B4881F
Black with #B4881F
Text Example
Text Example
White with #B4881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4881F; }
p { color: rgb(180,136,31); }
H1.HeaderClassName
{
color: #B4881F;
}
.AnyTagClassName
{
color: #B4881F;
}
</style>
background-color css
<style>
a { background-color: #B4881F; }
a { background-color: rgb(180,136,31); }
div.DivClassName
{
background-color: #B4881F;
}
.BgClassName
{
background-color: #B4881F;
}
</style>
border-color css
<style>
span { border-color: #B4881F; }
span { border-color: rgb(180,136,31); }
td.TdClassName
{
border-color: #B4881F;
}
.TagClassName
{
border-color: #B4881F;
}
</style>