Shades of Nugget #BA8F28
Tints of Nugget #BA8F28
RGB
CMYK
RGB Variations
Color information
#BA8F28 (or 0xBA8F28) is known color: Nugget. HEX triplet: BA, 8F and 28. RGB value is (186,143,40). Sum of RGB (Red+Green+Blue) = 186+143+40=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F28 is #4570D7. Grayscale: #909090. Windows color (decimal): -4550872 or 2658234. OLE color: 2658234.
HSL color Cylindrical-coordinate representation of color #BA8F28: hue angle of 42.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8F28 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 40 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.27 |
| HSL | 42.33º | 0.65% | 0.44% | - |
| HSV(B) | 42.33º | 0.78% | 0.73% | - |
| XYZ | 30.46 | 30.24 | 6.24 | - |
| YUV | 144.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 40 | 0 | 0.23 | 0.78 | 0.27 | 42.33 | 0.65 | 0.44 |
| Hex | BA | 8F | 28 | 0 | 17 | 4E | 1B | 2A | 41 | 2C |
| Octal | 272 | 217 | 50 | 0 | 27 | 116 | 33 | 52 | 101 | 54 |
| Binary | 10111010 | 10001111 | 101000 | 0 | 10111 | 1001110 | 11011 | 101010 | 1000001 | 101100 |
Color Harmonies of #BA8F28
Complementary color
Monochromatic Colors of #BA8F28
Black with #BA8F28
Text Example
Text Example
White with #BA8F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F28; }
p { color: rgb(186,143,40); }
H1.HeaderClassName
{
color: #BA8F28;
}
.AnyTagClassName
{
color: #BA8F28;
}
</style>
background-color css
<style>
a { background-color: #BA8F28; }
a { background-color: rgb(186,143,40); }
div.DivClassName
{
background-color: #BA8F28;
}
.BgClassName
{
background-color: #BA8F28;
}
</style>
border-color css
<style>
span { border-color: #BA8F28; }
span { border-color: rgb(186,143,40); }
td.TdClassName
{
border-color: #BA8F28;
}
.TagClassName
{
border-color: #BA8F28;
}
</style>