Shades of Marigold #BA8F3D
Tints of Marigold #BA8F3D
RGB
CMYK
RGB Variations
Color information
#BA8F3D (or 0xBA8F3D) is known color: Marigold. HEX triplet: BA, 8F and 3D. RGB value is (186,143,61). Sum of RGB (Red+Green+Blue) = 186+143+61=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F3D is #4570C2. Grayscale: #929292. Windows color (decimal): -4550851 or 4034490. OLE color: 4034490.
HSL color Cylindrical-coordinate representation of color #BA8F3D: hue angle of 39.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA8F3D is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 61 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.27 |
| HSL | 39.36º | 0.51% | 0.48% | - |
| HSV(B) | 39.36º | 0.67% | 0.73% | - |
| XYZ | 30.91 | 30.42 | 8.66 | - |
| YUV | 146.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 61 | 0 | 0.23 | 0.67 | 0.27 | 39.36 | 0.51 | 0.48 |
| Hex | BA | 8F | 3D | 0 | 17 | 43 | 1B | 27 | 33 | 30 |
| Octal | 272 | 217 | 75 | 0 | 27 | 103 | 33 | 47 | 63 | 60 |
| Binary | 10111010 | 10001111 | 111101 | 0 | 10111 | 1000011 | 11011 | 100111 | 110011 | 110000 |
Color Harmonies of #BA8F3D
Complementary color
Monochromatic Colors of #BA8F3D
Black with #BA8F3D
Text Example
Text Example
White with #BA8F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F3D; }
p { color: rgb(186,143,61); }
H1.HeaderClassName
{
color: #BA8F3D;
}
.AnyTagClassName
{
color: #BA8F3D;
}
</style>
background-color css
<style>
a { background-color: #BA8F3D; }
a { background-color: rgb(186,143,61); }
div.DivClassName
{
background-color: #BA8F3D;
}
.BgClassName
{
background-color: #BA8F3D;
}
</style>
border-color css
<style>
span { border-color: #BA8F3D; }
span { border-color: rgb(186,143,61); }
td.TdClassName
{
border-color: #BA8F3D;
}
.TagClassName
{
border-color: #BA8F3D;
}
</style>