Shades of Nugget #B28B23
Tints of Nugget #B28B23
RGB
CMYK
RGB Variations
Color information
#B28B23 (or 0xB28B23) is known color: Nugget. HEX triplet: B2, 8B and 23. RGB value is (178,139,35). Sum of RGB (Red+Green+Blue) = 178+139+35=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28B23 is #4D74DC. Grayscale: #8B8B8B. Windows color (decimal): -5076189 or 2329522. OLE color: 2329522.
HSL color Cylindrical-coordinate representation of color #B28B23: hue angle of 43.64º 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 #B28B23 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 35 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.30 |
| HSL | 43.64º | 0.67% | 0.42% | - |
| HSV(B) | 43.64º | 0.8% | 0.7% | - |
| XYZ | 27.9 | 28.05 | 5.53 | - |
| YUV | 138.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 35 | 0 | 0.22 | 0.80 | 0.30 | 43.64 | 0.67 | 0.42 |
| Hex | B2 | 8B | 23 | 0 | 16 | 50 | 1E | 2C | 43 | 2A |
| Octal | 262 | 213 | 43 | 0 | 26 | 120 | 36 | 54 | 103 | 52 |
| Binary | 10110010 | 10001011 | 100011 | 0 | 10110 | 1010000 | 11110 | 101100 | 1000011 | 101010 |
Color Harmonies of #B28B23
Complementary color
Monochromatic Colors of #B28B23
Black with #B28B23
Text Example
Text Example
White with #B28B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B23; }
p { color: rgb(178,139,35); }
H1.HeaderClassName
{
color: #B28B23;
}
.AnyTagClassName
{
color: #B28B23;
}
</style>
background-color css
<style>
a { background-color: #B28B23; }
a { background-color: rgb(178,139,35); }
div.DivClassName
{
background-color: #B28B23;
}
.BgClassName
{
background-color: #B28B23;
}
</style>
border-color css
<style>
span { border-color: #B28B23; }
span { border-color: rgb(178,139,35); }
td.TdClassName
{
border-color: #B28B23;
}
.TagClassName
{
border-color: #B28B23;
}
</style>