Shades of Nugget #BA8F26
Tints of Nugget #BA8F26
RGB
CMYK
RGB Variations
Color information
#BA8F26 (or 0xBA8F26) is known color: Nugget. HEX triplet: BA, 8F and 26. RGB value is (186,143,38). Sum of RGB (Red+Green+Blue) = 186+143+38=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F26 is #4570D9. Grayscale: #909090. Windows color (decimal): -4550874 or 2527162. OLE color: 2527162.
HSL color Cylindrical-coordinate representation of color #BA8F26: hue angle of 42.57º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8F26 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 38 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.27 |
| HSL | 42.57º | 0.66% | 0.44% | - |
| HSV(B) | 42.57º | 0.8% | 0.73% | - |
| XYZ | 30.42 | 30.22 | 6.06 | - |
| YUV | 143.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 38 | 0 | 0.23 | 0.80 | 0.27 | 42.57 | 0.66 | 0.44 |
| Hex | BA | 8F | 26 | 0 | 17 | 50 | 1B | 2B | 42 | 2C |
| Octal | 272 | 217 | 46 | 0 | 27 | 120 | 33 | 53 | 102 | 54 |
| Binary | 10111010 | 10001111 | 100110 | 0 | 10111 | 1010000 | 11011 | 101011 | 1000010 | 101100 |
Color Harmonies of #BA8F26
Complementary color
Monochromatic Colors of #BA8F26
Black with #BA8F26
Text Example
Text Example
White with #BA8F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F26; }
p { color: rgb(186,143,38); }
H1.HeaderClassName
{
color: #BA8F26;
}
.AnyTagClassName
{
color: #BA8F26;
}
</style>
background-color css
<style>
a { background-color: #BA8F26; }
a { background-color: rgb(186,143,38); }
div.DivClassName
{
background-color: #BA8F26;
}
.BgClassName
{
background-color: #BA8F26;
}
</style>
border-color css
<style>
span { border-color: #BA8F26; }
span { border-color: rgb(186,143,38); }
td.TdClassName
{
border-color: #BA8F26;
}
.TagClassName
{
border-color: #BA8F26;
}
</style>