Shades of Marigold #B68348
Tints of Marigold #B68348
RGB
CMYK
RGB Variations
Color information
#B68348 (or 0xB68348) is known color: Marigold. HEX triplet: B6, 83 and 48. RGB value is (182,131,72). Sum of RGB (Red+Green+Blue) = 182+131+72=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B68348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68348 is #497CB7. Grayscale: #8B8B8B. Windows color (decimal): -4816056 or 4752310. OLE color: 4752310.
HSL color Cylindrical-coordinate representation of color #B68348: hue angle of 32.18º 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 #B68348 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 72 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.29 |
| HSL | 32.18º | 0.43% | 0.5% | - |
| HSV(B) | 32.18º | 0.6% | 0.71% | - |
| XYZ | 28.58 | 26.65 | 9.77 | - |
| YUV | 139.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 72 | 0 | 0.28 | 0.60 | 0.29 | 32.18 | 0.43 | 0.5 |
| Hex | B6 | 83 | 48 | 0 | 1C | 3C | 1D | 20 | 2B | 32 |
| Octal | 266 | 203 | 110 | 0 | 34 | 74 | 35 | 40 | 53 | 62 |
| Binary | 10110110 | 10000011 | 1001000 | 0 | 11100 | 111100 | 11101 | 100000 | 101011 | 110010 |
Color Harmonies of #B68348
Complementary color
Monochromatic Colors of #B68348
Black with #B68348
Text Example
Text Example
White with #B68348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68348; }
p { color: rgb(182,131,72); }
H1.HeaderClassName
{
color: #B68348;
}
.AnyTagClassName
{
color: #B68348;
}
</style>
background-color css
<style>
a { background-color: #B68348; }
a { background-color: rgb(182,131,72); }
div.DivClassName
{
background-color: #B68348;
}
.BgClassName
{
background-color: #B68348;
}
</style>
border-color css
<style>
span { border-color: #B68348; }
span { border-color: rgb(182,131,72); }
td.TdClassName
{
border-color: #B68348;
}
.TagClassName
{
border-color: #B68348;
}
</style>