Shades of Nugget #B2922F
Tints of Nugget #B2922F
RGB
CMYK
RGB Variations
Color information
#B2922F (or 0xB2922F) is known color: Nugget. HEX triplet: B2, 92 and 2F. RGB value is (178,146,47). Sum of RGB (Red+Green+Blue) = 178+146+47=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2922F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2922F is #4D6DD0. Grayscale: #909090. Windows color (decimal): -5074385 or 3117746. OLE color: 3117746.
HSL color Cylindrical-coordinate representation of color #B2922F: hue angle of 45.34º degrees, saturation: 0.58, 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 #B2922F is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 47 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.30 |
| HSL | 45.34º | 0.58% | 0.44% | - |
| HSV(B) | 45.34º | 0.74% | 0.7% | - |
| XYZ | 29.15 | 30.23 | 6.99 | - |
| YUV | 144.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 47 | 0 | 0.18 | 0.74 | 0.30 | 45.34 | 0.58 | 0.44 |
| Hex | B2 | 92 | 2F | 0 | 12 | 4A | 1E | 2D | 3A | 2C |
| Octal | 262 | 222 | 57 | 0 | 22 | 112 | 36 | 55 | 72 | 54 |
| Binary | 10110010 | 10010010 | 101111 | 0 | 10010 | 1001010 | 11110 | 101101 | 111010 | 101100 |
Color Harmonies of #B2922F
Complementary color
Monochromatic Colors of #B2922F
Black with #B2922F
Text Example
Text Example
White with #B2922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2922F; }
p { color: rgb(178,146,47); }
H1.HeaderClassName
{
color: #B2922F;
}
.AnyTagClassName
{
color: #B2922F;
}
</style>
background-color css
<style>
a { background-color: #B2922F; }
a { background-color: rgb(178,146,47); }
div.DivClassName
{
background-color: #B2922F;
}
.BgClassName
{
background-color: #B2922F;
}
</style>
border-color css
<style>
span { border-color: #B2922F; }
span { border-color: rgb(178,146,47); }
td.TdClassName
{
border-color: #B2922F;
}
.TagClassName
{
border-color: #B2922F;
}
</style>