Shades of Marigold #B28144
Tints of Marigold #B28144
RGB
CMYK
RGB Variations
Color information
#B28144 (or 0xB28144) is known color: Marigold. HEX triplet: B2, 81 and 44. RGB value is (178,129,68). Sum of RGB (Red+Green+Blue) = 178+129+68=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B28144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28144 is #4D7EBB. Grayscale: #888888. Windows color (decimal): -5078716 or 4489650. OLE color: 4489650.
HSL color Cylindrical-coordinate representation of color #B28144: hue angle of 33.27º 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 #B28144 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 68 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.30 |
| HSL | 33.27º | 0.45% | 0.48% | - |
| HSV(B) | 33.27º | 0.62% | 0.7% | - |
| XYZ | 27.25 | 25.58 | 8.97 | - |
| YUV | 136.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 68 | 0 | 0.28 | 0.62 | 0.30 | 33.27 | 0.45 | 0.48 |
| Hex | B2 | 81 | 44 | 0 | 1C | 3E | 1E | 21 | 2D | 30 |
| Octal | 262 | 201 | 104 | 0 | 34 | 76 | 36 | 41 | 55 | 60 |
| Binary | 10110010 | 10000001 | 1000100 | 0 | 11100 | 111110 | 11110 | 100001 | 101101 | 110000 |
Color Harmonies of #B28144
Complementary color
Monochromatic Colors of #B28144
Black with #B28144
Text Example
Text Example
White with #B28144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28144; }
p { color: rgb(178,129,68); }
H1.HeaderClassName
{
color: #B28144;
}
.AnyTagClassName
{
color: #B28144;
}
</style>
background-color css
<style>
a { background-color: #B28144; }
a { background-color: rgb(178,129,68); }
div.DivClassName
{
background-color: #B28144;
}
.BgClassName
{
background-color: #B28144;
}
</style>
border-color css
<style>
span { border-color: #B28144; }
span { border-color: rgb(178,129,68); }
td.TdClassName
{
border-color: #B28144;
}
.TagClassName
{
border-color: #B28144;
}
</style>