Shades of Marigold #B38244
Tints of Marigold #B38244
RGB
CMYK
RGB Variations
Color information
#B38244 (or 0xB38244) is known color: Marigold. HEX triplet: B3, 82 and 44. RGB value is (179,130,68). Sum of RGB (Red+Green+Blue) = 179+130+68=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B38244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38244 is #4C7DBB. Grayscale: #898989. Windows color (decimal): -5012924 or 4489907. OLE color: 4489907.
HSL color Cylindrical-coordinate representation of color #B38244: hue angle of 33.51º 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 #B38244 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 68 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.30 |
| HSL | 33.51º | 0.45% | 0.48% | - |
| HSV(B) | 33.51º | 0.62% | 0.7% | - |
| XYZ | 27.62 | 25.97 | 9.03 | - |
| YUV | 137.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 68 | 0 | 0.27 | 0.62 | 0.30 | 33.51 | 0.45 | 0.48 |
| Hex | B3 | 82 | 44 | 0 | 1B | 3E | 1E | 22 | 2D | 30 |
| Octal | 263 | 202 | 104 | 0 | 33 | 76 | 36 | 42 | 55 | 60 |
| Binary | 10110011 | 10000010 | 1000100 | 0 | 11011 | 111110 | 11110 | 100010 | 101101 | 110000 |
Color Harmonies of #B38244
Complementary color
Monochromatic Colors of #B38244
Black with #B38244
Text Example
Text Example
White with #B38244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38244; }
p { color: rgb(179,130,68); }
H1.HeaderClassName
{
color: #B38244;
}
.AnyTagClassName
{
color: #B38244;
}
</style>
background-color css
<style>
a { background-color: #B38244; }
a { background-color: rgb(179,130,68); }
div.DivClassName
{
background-color: #B38244;
}
.BgClassName
{
background-color: #B38244;
}
</style>
border-color css
<style>
span { border-color: #B38244; }
span { border-color: rgb(179,130,68); }
td.TdClassName
{
border-color: #B38244;
}
.TagClassName
{
border-color: #B38244;
}
</style>