Shades of Nugget #B2891F
Tints of Nugget #B2891F
RGB
CMYK
RGB Variations
Color information
#B2891F (or 0xB2891F) is known color: Nugget. HEX triplet: B2, 89 and 1F. RGB value is (178,137,31). Sum of RGB (Red+Green+Blue) = 178+137+31=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2891F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2891F is #4D76E0. Grayscale: #898989. Windows color (decimal): -5076705 or 2066866. OLE color: 2066866.
HSL color Cylindrical-coordinate representation of color #B2891F: hue angle of 43.27º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2891F is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 31 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.30 |
| HSL | 43.27º | 0.7% | 0.41% | - |
| HSV(B) | 43.27º | 0.83% | 0.7% | - |
| XYZ | 27.55 | 27.46 | 5.14 | - |
| YUV | 137.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 31 | 0 | 0.23 | 0.83 | 0.30 | 43.27 | 0.7 | 0.41 |
| Hex | B2 | 89 | 1F | 0 | 17 | 53 | 1E | 2B | 46 | 29 |
| Octal | 262 | 211 | 37 | 0 | 27 | 123 | 36 | 53 | 106 | 51 |
| Binary | 10110010 | 10001001 | 11111 | 0 | 10111 | 1010011 | 11110 | 101011 | 1000110 | 101001 |
Color Harmonies of #B2891F
Complementary color
Monochromatic Colors of #B2891F
Black with #B2891F
Text Example
Text Example
White with #B2891F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2891F; }
p { color: rgb(178,137,31); }
H1.HeaderClassName
{
color: #B2891F;
}
.AnyTagClassName
{
color: #B2891F;
}
</style>
background-color css
<style>
a { background-color: #B2891F; }
a { background-color: rgb(178,137,31); }
div.DivClassName
{
background-color: #B2891F;
}
.BgClassName
{
background-color: #B2891F;
}
</style>
border-color css
<style>
span { border-color: #B2891F; }
span { border-color: rgb(178,137,31); }
td.TdClassName
{
border-color: #B2891F;
}
.TagClassName
{
border-color: #B2891F;
}
</style>