Shades of Marigold #B68448
Tints of Marigold #B68448
RGB
CMYK
RGB Variations
Color information
#B68448 (or 0xB68448) is known color: Marigold. HEX triplet: B6, 84 and 48. RGB value is (182,132,72). Sum of RGB (Red+Green+Blue) = 182+132+72=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B68448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68448 is #497BB7. Grayscale: #8C8C8C. Windows color (decimal): -4815800 or 4752566. OLE color: 4752566.
HSL color Cylindrical-coordinate representation of color #B68448: hue angle of 32.73º 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 #B68448 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 72 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.29 |
| HSL | 32.73º | 0.43% | 0.5% | - |
| HSV(B) | 32.73º | 0.6% | 0.71% | - |
| XYZ | 28.71 | 26.92 | 9.81 | - |
| YUV | 140.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 72 | 0 | 0.27 | 0.60 | 0.29 | 32.73 | 0.43 | 0.5 |
| Hex | B6 | 84 | 48 | 0 | 1B | 3C | 1D | 21 | 2B | 32 |
| Octal | 266 | 204 | 110 | 0 | 33 | 74 | 35 | 41 | 53 | 62 |
| Binary | 10110110 | 10000100 | 1001000 | 0 | 11011 | 111100 | 11101 | 100001 | 101011 | 110010 |
Color Harmonies of #B68448
Complementary color
Monochromatic Colors of #B68448
Black with #B68448
Text Example
Text Example
White with #B68448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68448; }
p { color: rgb(182,132,72); }
H1.HeaderClassName
{
color: #B68448;
}
.AnyTagClassName
{
color: #B68448;
}
</style>
background-color css
<style>
a { background-color: #B68448; }
a { background-color: rgb(182,132,72); }
div.DivClassName
{
background-color: #B68448;
}
.BgClassName
{
background-color: #B68448;
}
</style>
border-color css
<style>
span { border-color: #B68448; }
span { border-color: rgb(182,132,72); }
td.TdClassName
{
border-color: #B68448;
}
.TagClassName
{
border-color: #B68448;
}
</style>