Shades of Nugget #B28C23
Tints of Nugget #B28C23
RGB
CMYK
RGB Variations
Color information
#B28C23 (or 0xB28C23) is known color: Nugget. HEX triplet: B2, 8C and 23. RGB value is (178,140,35). Sum of RGB (Red+Green+Blue) = 178+140+35=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C23 is #4D73DC. Grayscale: #8B8B8B. Windows color (decimal): -5075933 or 2329778. OLE color: 2329778.
HSL color Cylindrical-coordinate representation of color #B28C23: hue angle of 44.06º 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 #B28C23 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 35 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.30 |
| HSL | 44.06º | 0.67% | 0.42% | - |
| HSV(B) | 44.06º | 0.8% | 0.7% | - |
| XYZ | 28.04 | 28.34 | 5.58 | - |
| YUV | 139.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 35 | 0 | 0.21 | 0.80 | 0.30 | 44.06 | 0.67 | 0.42 |
| Hex | B2 | 8C | 23 | 0 | 15 | 50 | 1E | 2C | 43 | 2A |
| Octal | 262 | 214 | 43 | 0 | 25 | 120 | 36 | 54 | 103 | 52 |
| Binary | 10110010 | 10001100 | 100011 | 0 | 10101 | 1010000 | 11110 | 101100 | 1000011 | 101010 |
Color Harmonies of #B28C23
Complementary color
Monochromatic Colors of #B28C23
Black with #B28C23
Text Example
Text Example
White with #B28C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C23; }
p { color: rgb(178,140,35); }
H1.HeaderClassName
{
color: #B28C23;
}
.AnyTagClassName
{
color: #B28C23;
}
</style>
background-color css
<style>
a { background-color: #B28C23; }
a { background-color: rgb(178,140,35); }
div.DivClassName
{
background-color: #B28C23;
}
.BgClassName
{
background-color: #B28C23;
}
</style>
border-color css
<style>
span { border-color: #B28C23; }
span { border-color: rgb(178,140,35); }
td.TdClassName
{
border-color: #B28C23;
}
.TagClassName
{
border-color: #B28C23;
}
</style>