Shades of Marigold #B38144
Tints of Marigold #B38144
RGB
CMYK
RGB Variations
Color information
#B38144 (or 0xB38144) is known color: Marigold. HEX triplet: B3, 81 and 44. RGB value is (179,129,68). Sum of RGB (Red+Green+Blue) = 179+129+68=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B38144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38144 is #4C7EBB. Grayscale: #898989. Windows color (decimal): -5013180 or 4489651. OLE color: 4489651.
HSL color Cylindrical-coordinate representation of color #B38144: hue angle of 32.97º 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 #B38144 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 68 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.30 |
| HSL | 32.97º | 0.45% | 0.48% | - |
| HSV(B) | 32.97º | 0.62% | 0.7% | - |
| XYZ | 27.48 | 25.7 | 8.98 | - |
| YUV | 137 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 68 | 0 | 0.28 | 0.62 | 0.30 | 32.97 | 0.45 | 0.48 |
| Hex | B3 | 81 | 44 | 0 | 1C | 3E | 1E | 21 | 2D | 30 |
| Octal | 263 | 201 | 104 | 0 | 34 | 76 | 36 | 41 | 55 | 60 |
| Binary | 10110011 | 10000001 | 1000100 | 0 | 11100 | 111110 | 11110 | 100001 | 101101 | 110000 |
Color Harmonies of #B38144
Complementary color
Monochromatic Colors of #B38144
Black with #B38144
Text Example
Text Example
White with #B38144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38144; }
p { color: rgb(179,129,68); }
H1.HeaderClassName
{
color: #B38144;
}
.AnyTagClassName
{
color: #B38144;
}
</style>
background-color css
<style>
a { background-color: #B38144; }
a { background-color: rgb(179,129,68); }
div.DivClassName
{
background-color: #B38144;
}
.BgClassName
{
background-color: #B38144;
}
</style>
border-color css
<style>
span { border-color: #B38144; }
span { border-color: rgb(179,129,68); }
td.TdClassName
{
border-color: #B38144;
}
.TagClassName
{
border-color: #B38144;
}
</style>