Shades of Nugget #B2902E
Tints of Nugget #B2902E
RGB
CMYK
RGB Variations
Color information
#B2902E (or 0xB2902E) is known color: Nugget. HEX triplet: B2, 90 and 2E. RGB value is (178,144,46). Sum of RGB (Red+Green+Blue) = 178+144+46=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2902E is #4D6FD1. Grayscale: #8F8F8F. Windows color (decimal): -5074898 or 3051698. OLE color: 3051698.
HSL color Cylindrical-coordinate representation of color #B2902E: hue angle of 44.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2902E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 144 | 46 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.30 |
| HSL | 44.55º | 0.59% | 0.44% | - |
| HSV(B) | 44.55º | 0.74% | 0.7% | - |
| XYZ | 28.83 | 29.61 | 6.78 | - |
| YUV | 142.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 144 | 46 | 0 | 0.19 | 0.74 | 0.30 | 44.55 | 0.59 | 0.44 |
| Hex | B2 | 90 | 2E | 0 | 13 | 4A | 1E | 2D | 3B | 2C |
| Octal | 262 | 220 | 56 | 0 | 23 | 112 | 36 | 55 | 73 | 54 |
| Binary | 10110010 | 10010000 | 101110 | 0 | 10011 | 1001010 | 11110 | 101101 | 111011 | 101100 |
Color Harmonies of #B2902E
Complementary color
Monochromatic Colors of #B2902E
Black with #B2902E
Text Example
Text Example
White with #B2902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2902E; }
p { color: rgb(178,144,46); }
H1.HeaderClassName
{
color: #B2902E;
}
.AnyTagClassName
{
color: #B2902E;
}
</style>
background-color css
<style>
a { background-color: #B2902E; }
a { background-color: rgb(178,144,46); }
div.DivClassName
{
background-color: #B2902E;
}
.BgClassName
{
background-color: #B2902E;
}
</style>
border-color css
<style>
span { border-color: #B2902E; }
span { border-color: rgb(178,144,46); }
td.TdClassName
{
border-color: #B2902E;
}
.TagClassName
{
border-color: #B2902E;
}
</style>