Shades of Marigold #B68848
Tints of Marigold #B68848
RGB
CMYK
RGB Variations
Color information
#B68848 (or 0xB68848) is known color: Marigold. HEX triplet: B6, 88 and 48. RGB value is (182,136,72). Sum of RGB (Red+Green+Blue) = 182+136+72=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B68848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68848 is #4977B7. Grayscale: #8E8E8E. Windows color (decimal): -4814776 or 4753590. OLE color: 4753590.
HSL color Cylindrical-coordinate representation of color #B68848: hue angle of 34.91º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B68848 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 72 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.29 |
| HSL | 34.91º | 0.43% | 0.5% | - |
| HSV(B) | 34.91º | 0.6% | 0.71% | - |
| XYZ | 29.27 | 28.02 | 10 | - |
| YUV | 142.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 72 | 0 | 0.25 | 0.60 | 0.29 | 34.91 | 0.43 | 0.5 |
| Hex | B6 | 88 | 48 | 0 | 19 | 3C | 1D | 23 | 2B | 32 |
| Octal | 266 | 210 | 110 | 0 | 31 | 74 | 35 | 43 | 53 | 62 |
| Binary | 10110110 | 10001000 | 1001000 | 0 | 11001 | 111100 | 11101 | 100011 | 101011 | 110010 |
Color Harmonies of #B68848
Complementary color
Monochromatic Colors of #B68848
Black with #B68848
Text Example
Text Example
White with #B68848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68848; }
p { color: rgb(182,136,72); }
H1.HeaderClassName
{
color: #B68848;
}
.AnyTagClassName
{
color: #B68848;
}
</style>
background-color css
<style>
a { background-color: #B68848; }
a { background-color: rgb(182,136,72); }
div.DivClassName
{
background-color: #B68848;
}
.BgClassName
{
background-color: #B68848;
}
</style>
border-color css
<style>
span { border-color: #B68848; }
span { border-color: rgb(182,136,72); }
td.TdClassName
{
border-color: #B68848;
}
.TagClassName
{
border-color: #B68848;
}
</style>