Shades of Marigold #B48844
Tints of Marigold #B48844
RGB
CMYK
RGB Variations
Color information
#B48844 (or 0xB48844) is known color: Marigold. HEX triplet: B4, 88 and 44. RGB value is (180,136,68). Sum of RGB (Red+Green+Blue) = 180+136+68=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B48844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48844 is #4B77BB. Grayscale: #8D8D8D. Windows color (decimal): -4945852 or 4491444. OLE color: 4491444.
HSL color Cylindrical-coordinate representation of color #B48844: hue angle of 36.43º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B48844 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 68 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.29 |
| HSL | 36.43º | 0.45% | 0.49% | - |
| HSV(B) | 36.43º | 0.62% | 0.71% | - |
| XYZ | 28.67 | 27.73 | 9.31 | - |
| YUV | 141.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 68 | 0 | 0.24 | 0.62 | 0.29 | 36.43 | 0.45 | 0.49 |
| Hex | B4 | 88 | 44 | 0 | 18 | 3E | 1D | 24 | 2D | 31 |
| Octal | 264 | 210 | 104 | 0 | 30 | 76 | 35 | 44 | 55 | 61 |
| Binary | 10110100 | 10001000 | 1000100 | 0 | 11000 | 111110 | 11101 | 100100 | 101101 | 110001 |
Color Harmonies of #B48844
Complementary color
Monochromatic Colors of #B48844
Black with #B48844
Text Example
Text Example
White with #B48844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48844; }
p { color: rgb(180,136,68); }
H1.HeaderClassName
{
color: #B48844;
}
.AnyTagClassName
{
color: #B48844;
}
</style>
background-color css
<style>
a { background-color: #B48844; }
a { background-color: rgb(180,136,68); }
div.DivClassName
{
background-color: #B48844;
}
.BgClassName
{
background-color: #B48844;
}
</style>
border-color css
<style>
span { border-color: #B48844; }
span { border-color: rgb(180,136,68); }
td.TdClassName
{
border-color: #B48844;
}
.TagClassName
{
border-color: #B48844;
}
</style>