Shades of Nugget #B4912F
Tints of Nugget #B4912F
RGB
CMYK
RGB Variations
Color information
#B4912F (or 0xB4912F) is known color: Nugget. HEX triplet: B4, 91 and 2F. RGB value is (180,145,47). Sum of RGB (Red+Green+Blue) = 180+145+47=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4912F is #4B6ED0. Grayscale: #909090. Windows color (decimal): -4943569 or 3117492. OLE color: 3117492.
HSL color Cylindrical-coordinate representation of color #B4912F: hue angle of 44.21º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4912F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 47 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.29 |
| HSL | 44.21º | 0.59% | 0.45% | - |
| HSV(B) | 44.21º | 0.74% | 0.71% | - |
| XYZ | 29.46 | 30.16 | 6.96 | - |
| YUV | 144.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 47 | 0 | 0.19 | 0.74 | 0.29 | 44.21 | 0.59 | 0.45 |
| Hex | B4 | 91 | 2F | 0 | 13 | 4A | 1D | 2C | 3B | 2D |
| Octal | 264 | 221 | 57 | 0 | 23 | 112 | 35 | 54 | 73 | 55 |
| Binary | 10110100 | 10010001 | 101111 | 0 | 10011 | 1001010 | 11101 | 101100 | 111011 | 101101 |
Color Harmonies of #B4912F
Complementary color
Monochromatic Colors of #B4912F
Black with #B4912F
Text Example
Text Example
White with #B4912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4912F; }
p { color: rgb(180,145,47); }
H1.HeaderClassName
{
color: #B4912F;
}
.AnyTagClassName
{
color: #B4912F;
}
</style>
background-color css
<style>
a { background-color: #B4912F; }
a { background-color: rgb(180,145,47); }
div.DivClassName
{
background-color: #B4912F;
}
.BgClassName
{
background-color: #B4912F;
}
</style>
border-color css
<style>
span { border-color: #B4912F; }
span { border-color: rgb(180,145,47); }
td.TdClassName
{
border-color: #B4912F;
}
.TagClassName
{
border-color: #B4912F;
}
</style>