Shades of Nugget #B2912E
Tints of Nugget #B2912E
RGB
CMYK
RGB Variations
Color information
#B2912E (or 0xB2912E) is known color: Nugget. HEX triplet: B2, 91 and 2E. RGB value is (178,145,46). Sum of RGB (Red+Green+Blue) = 178+145+46=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2912E is #4D6ED1. Grayscale: #909090. Windows color (decimal): -5074642 or 3051954. OLE color: 3051954.
HSL color Cylindrical-coordinate representation of color #B2912E: hue angle of 45º 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 #B2912E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 46 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.30 |
| HSL | 45º | 0.59% | 0.44% | - |
| HSV(B) | 45º | 0.74% | 0.7% | - |
| XYZ | 28.98 | 29.91 | 6.83 | - |
| YUV | 143.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 46 | 0 | 0.19 | 0.74 | 0.30 | 45 | 0.59 | 0.44 |
| Hex | B2 | 91 | 2E | 0 | 13 | 4A | 1E | 2D | 3B | 2C |
| Octal | 262 | 221 | 56 | 0 | 23 | 112 | 36 | 55 | 73 | 54 |
| Binary | 10110010 | 10010001 | 101110 | 0 | 10011 | 1001010 | 11110 | 101101 | 111011 | 101100 |
Color Harmonies of #B2912E
Complementary color
Monochromatic Colors of #B2912E
Black with #B2912E
Text Example
Text Example
White with #B2912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2912E; }
p { color: rgb(178,145,46); }
H1.HeaderClassName
{
color: #B2912E;
}
.AnyTagClassName
{
color: #B2912E;
}
</style>
background-color css
<style>
a { background-color: #B2912E; }
a { background-color: rgb(178,145,46); }
div.DivClassName
{
background-color: #B2912E;
}
.BgClassName
{
background-color: #B2912E;
}
</style>
border-color css
<style>
span { border-color: #B2912E; }
span { border-color: rgb(178,145,46); }
td.TdClassName
{
border-color: #B2912E;
}
.TagClassName
{
border-color: #B2912E;
}
</style>