Shades of Marigold #BA833C
Tints of Marigold #BA833C
RGB
CMYK
RGB Variations
Color information
#BA833C (or 0xBA833C) is known color: Marigold. HEX triplet: BA, 83 and 3C. RGB value is (186,131,60). Sum of RGB (Red+Green+Blue) = 186+131+60=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA833C is #457CC3. Grayscale: #8B8B8B. Windows color (decimal): -4553924 or 3965882. OLE color: 3965882.
HSL color Cylindrical-coordinate representation of color #BA833C: hue angle of 33.81º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA833C is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 60 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.27 |
| HSL | 33.81º | 0.51% | 0.48% | - |
| HSV(B) | 33.81º | 0.68% | 0.73% | - |
| XYZ | 29.18 | 27 | 7.95 | - |
| YUV | 139.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 60 | 0 | 0.30 | 0.68 | 0.27 | 33.81 | 0.51 | 0.48 |
| Hex | BA | 83 | 3C | 0 | 1E | 44 | 1B | 22 | 33 | 30 |
| Octal | 272 | 203 | 74 | 0 | 36 | 104 | 33 | 42 | 63 | 60 |
| Binary | 10111010 | 10000011 | 111100 | 0 | 11110 | 1000100 | 11011 | 100010 | 110011 | 110000 |
Color Harmonies of #BA833C
Complementary color
Monochromatic Colors of #BA833C
Black with #BA833C
Text Example
Text Example
White with #BA833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA833C; }
p { color: rgb(186,131,60); }
H1.HeaderClassName
{
color: #BA833C;
}
.AnyTagClassName
{
color: #BA833C;
}
</style>
background-color css
<style>
a { background-color: #BA833C; }
a { background-color: rgb(186,131,60); }
div.DivClassName
{
background-color: #BA833C;
}
.BgClassName
{
background-color: #BA833C;
}
</style>
border-color css
<style>
span { border-color: #BA833C; }
span { border-color: rgb(186,131,60); }
td.TdClassName
{
border-color: #BA833C;
}
.TagClassName
{
border-color: #BA833C;
}
</style>