Shades of Nugget #B38823
Tints of Nugget #B38823
RGB
CMYK
RGB Variations
Color information
#B38823 (or 0xB38823) is known color: Nugget. HEX triplet: B3, 88 and 23. RGB value is (179,136,35). Sum of RGB (Red+Green+Blue) = 179+136+35=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B38823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38823 is #4C77DC. Grayscale: #898989. Windows color (decimal): -5011421 or 2328755. OLE color: 2328755.
HSL color Cylindrical-coordinate representation of color #B38823: hue angle of 42.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B38823 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 35 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.30 |
| HSL | 42.08º | 0.67% | 0.42% | - |
| HSV(B) | 42.08º | 0.8% | 0.7% | - |
| XYZ | 27.7 | 27.31 | 5.4 | - |
| YUV | 137.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 35 | 0 | 0.24 | 0.80 | 0.30 | 42.08 | 0.67 | 0.42 |
| Hex | B3 | 88 | 23 | 0 | 18 | 50 | 1E | 2A | 43 | 2A |
| Octal | 263 | 210 | 43 | 0 | 30 | 120 | 36 | 52 | 103 | 52 |
| Binary | 10110011 | 10001000 | 100011 | 0 | 11000 | 1010000 | 11110 | 101010 | 1000011 | 101010 |
Color Harmonies of #B38823
Complementary color
Monochromatic Colors of #B38823
Black with #B38823
Text Example
Text Example
White with #B38823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38823; }
p { color: rgb(179,136,35); }
H1.HeaderClassName
{
color: #B38823;
}
.AnyTagClassName
{
color: #B38823;
}
</style>
background-color css
<style>
a { background-color: #B38823; }
a { background-color: rgb(179,136,35); }
div.DivClassName
{
background-color: #B38823;
}
.BgClassName
{
background-color: #B38823;
}
</style>
border-color css
<style>
span { border-color: #B38823; }
span { border-color: rgb(179,136,35); }
td.TdClassName
{
border-color: #B38823;
}
.TagClassName
{
border-color: #B38823;
}
</style>