Shades of Nugget #BA9123
Tints of Nugget #BA9123
RGB
CMYK
RGB Variations
Color information
#BA9123 (or 0xBA9123) is known color: Nugget. HEX triplet: BA, 91 and 23. RGB value is (186,145,35). Sum of RGB (Red+Green+Blue) = 186+145+35=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9123 is #456EDC. Grayscale: #919191. Windows color (decimal): -4550365 or 2331066. OLE color: 2331066.
HSL color Cylindrical-coordinate representation of color #BA9123: hue angle of 43.71º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA9123 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 35 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.27 |
| HSL | 43.71º | 0.68% | 0.43% | - |
| HSV(B) | 43.71º | 0.81% | 0.73% | - |
| XYZ | 30.68 | 30.81 | 5.92 | - |
| YUV | 144.72 | 66.08 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 35 | 0 | 0.22 | 0.81 | 0.27 | 43.71 | 0.68 | 0.43 |
| Hex | BA | 91 | 23 | 0 | 16 | 51 | 1B | 2C | 44 | 2B |
| Octal | 272 | 221 | 43 | 0 | 26 | 121 | 33 | 54 | 104 | 53 |
| Binary | 10111010 | 10010001 | 100011 | 0 | 10110 | 1010001 | 11011 | 101100 | 1000100 | 101011 |
Color Harmonies of #BA9123
Complementary color
Monochromatic Colors of #BA9123
Black with #BA9123
Text Example
Text Example
White with #BA9123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9123; }
p { color: rgb(186,145,35); }
H1.HeaderClassName
{
color: #BA9123;
}
.AnyTagClassName
{
color: #BA9123;
}
</style>
background-color css
<style>
a { background-color: #BA9123; }
a { background-color: rgb(186,145,35); }
div.DivClassName
{
background-color: #BA9123;
}
.BgClassName
{
background-color: #BA9123;
}
</style>
border-color css
<style>
span { border-color: #BA9123; }
span { border-color: rgb(186,145,35); }
td.TdClassName
{
border-color: #BA9123;
}
.TagClassName
{
border-color: #BA9123;
}
</style>