Shades of Nugget #B5922C
Tints of Nugget #B5922C
RGB
CMYK
RGB Variations
Color information
#B5922C (or 0xB5922C) is known color: Nugget. HEX triplet: B5, 92 and 2C. RGB value is (181,146,44). Sum of RGB (Red+Green+Blue) = 181+146+44=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5922C is #4A6DD3. Grayscale: #919191. Windows color (decimal): -4877780 or 2921141. OLE color: 2921141.
HSL color Cylindrical-coordinate representation of color #B5922C: hue angle of 44.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5922C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 44 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.29 |
| HSL | 44.67º | 0.61% | 0.44% | - |
| HSV(B) | 44.67º | 0.76% | 0.71% | - |
| XYZ | 29.79 | 30.56 | 6.71 | - |
| YUV | 144.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 44 | 0 | 0.19 | 0.76 | 0.29 | 44.67 | 0.61 | 0.44 |
| Hex | B5 | 92 | 2C | 0 | 13 | 4C | 1D | 2D | 3D | 2C |
| Octal | 265 | 222 | 54 | 0 | 23 | 114 | 35 | 55 | 75 | 54 |
| Binary | 10110101 | 10010010 | 101100 | 0 | 10011 | 1001100 | 11101 | 101101 | 111101 | 101100 |
Color Harmonies of #B5922C
Complementary color
Monochromatic Colors of #B5922C
Black with #B5922C
Text Example
Text Example
White with #B5922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5922C; }
p { color: rgb(181,146,44); }
H1.HeaderClassName
{
color: #B5922C;
}
.AnyTagClassName
{
color: #B5922C;
}
</style>
background-color css
<style>
a { background-color: #B5922C; }
a { background-color: rgb(181,146,44); }
div.DivClassName
{
background-color: #B5922C;
}
.BgClassName
{
background-color: #B5922C;
}
</style>
border-color css
<style>
span { border-color: #B5922C; }
span { border-color: rgb(181,146,44); }
td.TdClassName
{
border-color: #B5922C;
}
.TagClassName
{
border-color: #B5922C;
}
</style>