Shades of Nugget #B38F28
Tints of Nugget #B38F28
RGB
CMYK
RGB Variations
Color information
#B38F28 (or 0xB38F28) is known color: Nugget. HEX triplet: B3, 8F and 28. RGB value is (179,143,40). Sum of RGB (Red+Green+Blue) = 179+143+40=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F28 is #4C70D7. Grayscale: #8E8E8E. Windows color (decimal): -5009624 or 2658227. OLE color: 2658227.
HSL color Cylindrical-coordinate representation of color #B38F28: hue angle of 44.46º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B38F28 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 40 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.30 |
| HSL | 44.46º | 0.63% | 0.43% | - |
| HSV(B) | 44.46º | 0.78% | 0.7% | - |
| XYZ | 28.8 | 29.38 | 6.16 | - |
| YUV | 142.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 40 | 0 | 0.20 | 0.78 | 0.30 | 44.46 | 0.63 | 0.43 |
| Hex | B3 | 8F | 28 | 0 | 14 | 4E | 1E | 2C | 3F | 2B |
| Octal | 263 | 217 | 50 | 0 | 24 | 116 | 36 | 54 | 77 | 53 |
| Binary | 10110011 | 10001111 | 101000 | 0 | 10100 | 1001110 | 11110 | 101100 | 111111 | 101011 |
Color Harmonies of #B38F28
Complementary color
Monochromatic Colors of #B38F28
Black with #B38F28
Text Example
Text Example
White with #B38F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F28; }
p { color: rgb(179,143,40); }
H1.HeaderClassName
{
color: #B38F28;
}
.AnyTagClassName
{
color: #B38F28;
}
</style>
background-color css
<style>
a { background-color: #B38F28; }
a { background-color: rgb(179,143,40); }
div.DivClassName
{
background-color: #B38F28;
}
.BgClassName
{
background-color: #B38F28;
}
</style>
border-color css
<style>
span { border-color: #B38F28; }
span { border-color: rgb(179,143,40); }
td.TdClassName
{
border-color: #B38F28;
}
.TagClassName
{
border-color: #B38F28;
}
</style>