Shades of Marigold #B58144
Tints of Marigold #B58144
RGB
CMYK
RGB Variations
Color information
#B58144 (or 0xB58144) is known color: Marigold. HEX triplet: B5, 81 and 44. RGB value is (181,129,68). Sum of RGB (Red+Green+Blue) = 181+129+68=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B58144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58144 is #4A7EBB. Grayscale: #898989. Windows color (decimal): -4882108 or 4489653. OLE color: 4489653.
HSL color Cylindrical-coordinate representation of color #B58144: hue angle of 32.39º 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 #B58144 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 68 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.29 |
| HSL | 32.39º | 0.45% | 0.49% | - |
| HSV(B) | 32.39º | 0.62% | 0.71% | - |
| XYZ | 27.95 | 25.94 | 9 | - |
| YUV | 137.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 68 | 0 | 0.29 | 0.62 | 0.29 | 32.39 | 0.45 | 0.49 |
| Hex | B5 | 81 | 44 | 0 | 1D | 3E | 1D | 20 | 2D | 31 |
| Octal | 265 | 201 | 104 | 0 | 35 | 76 | 35 | 40 | 55 | 61 |
| Binary | 10110101 | 10000001 | 1000100 | 0 | 11101 | 111110 | 11101 | 100000 | 101101 | 110001 |
Color Harmonies of #B58144
Complementary color
Monochromatic Colors of #B58144
Black with #B58144
Text Example
Text Example
White with #B58144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58144; }
p { color: rgb(181,129,68); }
H1.HeaderClassName
{
color: #B58144;
}
.AnyTagClassName
{
color: #B58144;
}
</style>
background-color css
<style>
a { background-color: #B58144; }
a { background-color: rgb(181,129,68); }
div.DivClassName
{
background-color: #B58144;
}
.BgClassName
{
background-color: #B58144;
}
</style>
border-color css
<style>
span { border-color: #B58144; }
span { border-color: rgb(181,129,68); }
td.TdClassName
{
border-color: #B58144;
}
.TagClassName
{
border-color: #B58144;
}
</style>