Shades of Marigold #B38044
Tints of Marigold #B38044
RGB
CMYK
RGB Variations
Color information
#B38044 (or 0xB38044) is known color: Marigold. HEX triplet: B3, 80 and 44. RGB value is (179,128,68). Sum of RGB (Red+Green+Blue) = 179+128+68=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B38044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38044 is #4C7FBB. Grayscale: #888888. Windows color (decimal): -5013436 or 4489395. OLE color: 4489395.
HSL color Cylindrical-coordinate representation of color #B38044: hue angle of 32.43º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B38044 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 68 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.30 |
| HSL | 32.43º | 0.45% | 0.48% | - |
| HSV(B) | 32.43º | 0.62% | 0.7% | - |
| XYZ | 27.35 | 25.44 | 8.94 | - |
| YUV | 136.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 68 | 0 | 0.28 | 0.62 | 0.30 | 32.43 | 0.45 | 0.48 |
| Hex | B3 | 80 | 44 | 0 | 1C | 3E | 1E | 20 | 2D | 30 |
| Octal | 263 | 200 | 104 | 0 | 34 | 76 | 36 | 40 | 55 | 60 |
| Binary | 10110011 | 10000000 | 1000100 | 0 | 11100 | 111110 | 11110 | 100000 | 101101 | 110000 |
Color Harmonies of #B38044
Complementary color
Monochromatic Colors of #B38044
Black with #B38044
Text Example
Text Example
White with #B38044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38044; }
p { color: rgb(179,128,68); }
H1.HeaderClassName
{
color: #B38044;
}
.AnyTagClassName
{
color: #B38044;
}
</style>
background-color css
<style>
a { background-color: #B38044; }
a { background-color: rgb(179,128,68); }
div.DivClassName
{
background-color: #B38044;
}
.BgClassName
{
background-color: #B38044;
}
</style>
border-color css
<style>
span { border-color: #B38044; }
span { border-color: rgb(179,128,68); }
td.TdClassName
{
border-color: #B38044;
}
.TagClassName
{
border-color: #B38044;
}
</style>