Shades of Nugget #B4902F
Tints of Nugget #B4902F
RGB
CMYK
RGB Variations
Color information
#B4902F (or 0xB4902F) is known color: Nugget. HEX triplet: B4, 90 and 2F. RGB value is (180,144,47). Sum of RGB (Red+Green+Blue) = 180+144+47=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4902F is #4B6FD0. Grayscale: #909090. Windows color (decimal): -4943825 or 3117236. OLE color: 3117236.
HSL color Cylindrical-coordinate representation of color #B4902F: hue angle of 43.76º 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 #B4902F is Cyan = 0, Magento = 0.2, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 47 | - |
| CMYK | 0 | 0.2 | 0.74 | 0.29 |
| HSL | 43.76º | 0.59% | 0.45% | - |
| HSV(B) | 43.76º | 0.74% | 0.71% | - |
| XYZ | 29.31 | 29.86 | 6.91 | - |
| YUV | 143.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 47 | 0 | 0.2 | 0.74 | 0.29 | 43.76 | 0.59 | 0.45 |
| Hex | B4 | 90 | 2F | 0 | 14 | 4A | 1D | 2C | 3B | 2D |
| Octal | 264 | 220 | 57 | 0 | 24 | 112 | 35 | 54 | 73 | 55 |
| Binary | 10110100 | 10010000 | 101111 | 0 | 10100 | 1001010 | 11101 | 101100 | 111011 | 101101 |
Color Harmonies of #B4902F
Complementary color
Monochromatic Colors of #B4902F
Black with #B4902F
Text Example
Text Example
White with #B4902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4902F; }
p { color: rgb(180,144,47); }
H1.HeaderClassName
{
color: #B4902F;
}
.AnyTagClassName
{
color: #B4902F;
}
</style>
background-color css
<style>
a { background-color: #B4902F; }
a { background-color: rgb(180,144,47); }
div.DivClassName
{
background-color: #B4902F;
}
.BgClassName
{
background-color: #B4902F;
}
</style>
border-color css
<style>
span { border-color: #B4902F; }
span { border-color: rgb(180,144,47); }
td.TdClassName
{
border-color: #B4902F;
}
.TagClassName
{
border-color: #B4902F;
}
</style>