Shades of Nugget #B38A20
Tints of Nugget #B38A20
RGB
CMYK
RGB Variations
Color information
#B38A20 (or 0xB38A20) is known color: Nugget. HEX triplet: B3, 8A and 20. RGB value is (179,138,32). Sum of RGB (Red+Green+Blue) = 179+138+32=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A20 is #4C75DF. Grayscale: #8A8A8A. Windows color (decimal): -5010912 or 2132659. OLE color: 2132659.
HSL color Cylindrical-coordinate representation of color #B38A20: 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.82%. Process color model (Four color, CMYK) of #B38A20 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 32 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.30 |
| HSL | 43.27º | 0.7% | 0.41% | - |
| HSV(B) | 43.27º | 0.82% | 0.7% | - |
| XYZ | 27.94 | 27.86 | 5.27 | - |
| YUV | 138.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 32 | 0 | 0.23 | 0.82 | 0.30 | 43.27 | 0.7 | 0.41 |
| Hex | B3 | 8A | 20 | 0 | 17 | 52 | 1E | 2B | 46 | 29 |
| Octal | 263 | 212 | 40 | 0 | 27 | 122 | 36 | 53 | 106 | 51 |
| Binary | 10110011 | 10001010 | 100000 | 0 | 10111 | 1010010 | 11110 | 101011 | 1000110 | 101001 |
Color Harmonies of #B38A20
Complementary color
Monochromatic Colors of #B38A20
Black with #B38A20
Text Example
Text Example
White with #B38A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A20; }
p { color: rgb(179,138,32); }
H1.HeaderClassName
{
color: #B38A20;
}
.AnyTagClassName
{
color: #B38A20;
}
</style>
background-color css
<style>
a { background-color: #B38A20; }
a { background-color: rgb(179,138,32); }
div.DivClassName
{
background-color: #B38A20;
}
.BgClassName
{
background-color: #B38A20;
}
</style>
border-color css
<style>
span { border-color: #B38A20; }
span { border-color: rgb(179,138,32); }
td.TdClassName
{
border-color: #B38A20;
}
.TagClassName
{
border-color: #B38A20;
}
</style>