Shades of Marigold #B38441
Tints of Marigold #B38441
RGB
CMYK
RGB Variations
Color information
#B38441 (or 0xB38441) is known color: Marigold. HEX triplet: B3, 84 and 41. RGB value is (179,132,65). Sum of RGB (Red+Green+Blue) = 179+132+65=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B38441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38441 is #4C7BBE. Grayscale: #8A8A8A. Windows color (decimal): -5012415 or 4293811. OLE color: 4293811.
HSL color Cylindrical-coordinate representation of color #B38441: hue angle of 35.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B38441 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 65 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.30 |
| HSL | 35.26º | 0.47% | 0.48% | - |
| HSV(B) | 35.26º | 0.64% | 0.7% | - |
| XYZ | 27.8 | 26.47 | 8.64 | - |
| YUV | 138.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 65 | 0 | 0.26 | 0.64 | 0.30 | 35.26 | 0.47 | 0.48 |
| Hex | B3 | 84 | 41 | 0 | 1A | 40 | 1E | 23 | 2F | 30 |
| Octal | 263 | 204 | 101 | 0 | 32 | 100 | 36 | 43 | 57 | 60 |
| Binary | 10110011 | 10000100 | 1000001 | 0 | 11010 | 1000000 | 11110 | 100011 | 101111 | 110000 |
Color Harmonies of #B38441
Complementary color
Monochromatic Colors of #B38441
Black with #B38441
Text Example
Text Example
White with #B38441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38441; }
p { color: rgb(179,132,65); }
H1.HeaderClassName
{
color: #B38441;
}
.AnyTagClassName
{
color: #B38441;
}
</style>
background-color css
<style>
a { background-color: #B38441; }
a { background-color: rgb(179,132,65); }
div.DivClassName
{
background-color: #B38441;
}
.BgClassName
{
background-color: #B38441;
}
</style>
border-color css
<style>
span { border-color: #B38441; }
span { border-color: rgb(179,132,65); }
td.TdClassName
{
border-color: #B38441;
}
.TagClassName
{
border-color: #B38441;
}
</style>