Shades of Nugget #B2892A
Tints of Nugget #B2892A
RGB
CMYK
RGB Variations
Color information
#B2892A (or 0xB2892A) is known color: Nugget. HEX triplet: B2, 89 and 2A. RGB value is (178,137,42). Sum of RGB (Red+Green+Blue) = 178+137+42=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2892A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2892A is #4D76D5. Grayscale: #8A8A8A. Windows color (decimal): -5076694 or 2787762. OLE color: 2787762.
HSL color Cylindrical-coordinate representation of color #B2892A: hue angle of 41.91º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2892A is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 42 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.30 |
| HSL | 41.91º | 0.62% | 0.43% | - |
| HSV(B) | 41.91º | 0.76% | 0.7% | - |
| XYZ | 27.72 | 27.52 | 6.04 | - |
| YUV | 138.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 42 | 0 | 0.23 | 0.76 | 0.30 | 41.91 | 0.62 | 0.43 |
| Hex | B2 | 89 | 2A | 0 | 17 | 4C | 1E | 2A | 3E | 2B |
| Octal | 262 | 211 | 52 | 0 | 27 | 114 | 36 | 52 | 76 | 53 |
| Binary | 10110010 | 10001001 | 101010 | 0 | 10111 | 1001100 | 11110 | 101010 | 111110 | 101011 |
Color Harmonies of #B2892A
Complementary color
Monochromatic Colors of #B2892A
Black with #B2892A
Text Example
Text Example
White with #B2892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2892A; }
p { color: rgb(178,137,42); }
H1.HeaderClassName
{
color: #B2892A;
}
.AnyTagClassName
{
color: #B2892A;
}
</style>
background-color css
<style>
a { background-color: #B2892A; }
a { background-color: rgb(178,137,42); }
div.DivClassName
{
background-color: #B2892A;
}
.BgClassName
{
background-color: #B2892A;
}
</style>
border-color css
<style>
span { border-color: #B2892A; }
span { border-color: rgb(178,137,42); }
td.TdClassName
{
border-color: #B2892A;
}
.TagClassName
{
border-color: #B2892A;
}
</style>