Shades of Nugget #B4902C
Tints of Nugget #B4902C
RGB
CMYK
RGB Variations
Color information
#B4902C (or 0xB4902C) is known color: Nugget. HEX triplet: B4, 90 and 2C. RGB value is (180,144,44). Sum of RGB (Red+Green+Blue) = 180+144+44=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B4902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4902C is #4B6FD3. Grayscale: #8F8F8F. Windows color (decimal): -4943828 or 2920628. OLE color: 2920628.
HSL color Cylindrical-coordinate representation of color #B4902C: hue angle of 44.12º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4902C is Cyan = 0, Magento = 0.2, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 44 | - |
| CMYK | 0 | 0.2 | 0.76 | 0.29 |
| HSL | 44.12º | 0.61% | 0.44% | - |
| HSV(B) | 44.12º | 0.76% | 0.71% | - |
| XYZ | 29.25 | 29.83 | 6.6 | - |
| YUV | 143.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 44 | 0 | 0.2 | 0.76 | 0.29 | 44.12 | 0.61 | 0.44 |
| Hex | B4 | 90 | 2C | 0 | 14 | 4C | 1D | 2C | 3D | 2C |
| Octal | 264 | 220 | 54 | 0 | 24 | 114 | 35 | 54 | 75 | 54 |
| Binary | 10110100 | 10010000 | 101100 | 0 | 10100 | 1001100 | 11101 | 101100 | 111101 | 101100 |
Color Harmonies of #B4902C
Complementary color
Monochromatic Colors of #B4902C
Black with #B4902C
Text Example
Text Example
White with #B4902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4902C; }
p { color: rgb(180,144,44); }
H1.HeaderClassName
{
color: #B4902C;
}
.AnyTagClassName
{
color: #B4902C;
}
</style>
background-color css
<style>
a { background-color: #B4902C; }
a { background-color: rgb(180,144,44); }
div.DivClassName
{
background-color: #B4902C;
}
.BgClassName
{
background-color: #B4902C;
}
</style>
border-color css
<style>
span { border-color: #B4902C; }
span { border-color: rgb(180,144,44); }
td.TdClassName
{
border-color: #B4902C;
}
.TagClassName
{
border-color: #B4902C;
}
</style>