Shades of Marigold #B28344
Tints of Marigold #B28344
RGB
CMYK
RGB Variations
Color information
#B28344 (or 0xB28344) is known color: Marigold. HEX triplet: B2, 83 and 44. RGB value is (178,131,68). Sum of RGB (Red+Green+Blue) = 178+131+68=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B28344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28344 is #4D7CBB. Grayscale: #8A8A8A. Windows color (decimal): -5078204 or 4490162. OLE color: 4490162.
HSL color Cylindrical-coordinate representation of color #B28344: hue angle of 34.36º 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 #B28344 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 68 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.30 |
| HSL | 34.36º | 0.45% | 0.48% | - |
| HSV(B) | 34.36º | 0.62% | 0.7% | - |
| XYZ | 27.52 | 26.11 | 9.06 | - |
| YUV | 137.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 68 | 0 | 0.26 | 0.62 | 0.30 | 34.36 | 0.45 | 0.48 |
| Hex | B2 | 83 | 44 | 0 | 1A | 3E | 1E | 22 | 2D | 30 |
| Octal | 262 | 203 | 104 | 0 | 32 | 76 | 36 | 42 | 55 | 60 |
| Binary | 10110010 | 10000011 | 1000100 | 0 | 11010 | 111110 | 11110 | 100010 | 101101 | 110000 |
Color Harmonies of #B28344
Complementary color
Monochromatic Colors of #B28344
Black with #B28344
Text Example
Text Example
White with #B28344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28344; }
p { color: rgb(178,131,68); }
H1.HeaderClassName
{
color: #B28344;
}
.AnyTagClassName
{
color: #B28344;
}
</style>
background-color css
<style>
a { background-color: #B28344; }
a { background-color: rgb(178,131,68); }
div.DivClassName
{
background-color: #B28344;
}
.BgClassName
{
background-color: #B28344;
}
</style>
border-color css
<style>
span { border-color: #B28344; }
span { border-color: rgb(178,131,68); }
td.TdClassName
{
border-color: #B28344;
}
.TagClassName
{
border-color: #B28344;
}
</style>