Shades of Nugget #B08921
Tints of Nugget #B08921
RGB
CMYK
RGB Variations
Color information
#B08921 (or 0xB08921) is known color: Nugget. HEX triplet: B0, 89 and 21. RGB value is (176,137,33). Sum of RGB (Red+Green+Blue) = 176+137+33=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B08921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08921 is #4F76DE. Grayscale: #898989. Windows color (decimal): -5207775 or 2197936. OLE color: 2197936.
HSL color Cylindrical-coordinate representation of color #B08921: hue angle of 43.64º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B08921 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 33 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.31 |
| HSL | 43.64º | 0.68% | 0.41% | - |
| HSV(B) | 43.64º | 0.81% | 0.69% | - |
| XYZ | 27.12 | 27.23 | 5.27 | - |
| YUV | 136.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 33 | 0 | 0.22 | 0.81 | 0.31 | 43.64 | 0.68 | 0.41 |
| Hex | B0 | 89 | 21 | 0 | 16 | 51 | 1F | 2C | 44 | 29 |
| Octal | 260 | 211 | 41 | 0 | 26 | 121 | 37 | 54 | 104 | 51 |
| Binary | 10110000 | 10001001 | 100001 | 0 | 10110 | 1010001 | 11111 | 101100 | 1000100 | 101001 |
Color Harmonies of #B08921
Complementary color
Monochromatic Colors of #B08921
Black with #B08921
Text Example
Text Example
White with #B08921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08921; }
p { color: rgb(176,137,33); }
H1.HeaderClassName
{
color: #B08921;
}
.AnyTagClassName
{
color: #B08921;
}
</style>
background-color css
<style>
a { background-color: #B08921; }
a { background-color: rgb(176,137,33); }
div.DivClassName
{
background-color: #B08921;
}
.BgClassName
{
background-color: #B08921;
}
</style>
border-color css
<style>
span { border-color: #B08921; }
span { border-color: rgb(176,137,33); }
td.TdClassName
{
border-color: #B08921;
}
.TagClassName
{
border-color: #B08921;
}
</style>