Shades of Marigold #B68343
Tints of Marigold #B68343
RGB
CMYK
RGB Variations
Color information
#B68343 (or 0xB68343) is known color: Marigold. HEX triplet: B6, 83 and 43. RGB value is (182,131,67). Sum of RGB (Red+Green+Blue) = 182+131+67=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B68343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68343 is #497CBC. Grayscale: #8B8B8B. Windows color (decimal): -4816061 or 4424630. OLE color: 4424630.
HSL color Cylindrical-coordinate representation of color #B68343: hue angle of 33.39º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B68343 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 67 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.29 |
| HSL | 33.39º | 0.46% | 0.49% | - |
| HSV(B) | 33.39º | 0.63% | 0.71% | - |
| XYZ | 28.42 | 26.58 | 8.94 | - |
| YUV | 138.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 67 | 0 | 0.28 | 0.63 | 0.29 | 33.39 | 0.46 | 0.49 |
| Hex | B6 | 83 | 43 | 0 | 1C | 3F | 1D | 21 | 2E | 31 |
| Octal | 266 | 203 | 103 | 0 | 34 | 77 | 35 | 41 | 56 | 61 |
| Binary | 10110110 | 10000011 | 1000011 | 0 | 11100 | 111111 | 11101 | 100001 | 101110 | 110001 |
Color Harmonies of #B68343
Complementary color
Monochromatic Colors of #B68343
Black with #B68343
Text Example
Text Example
White with #B68343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68343; }
p { color: rgb(182,131,67); }
H1.HeaderClassName
{
color: #B68343;
}
.AnyTagClassName
{
color: #B68343;
}
</style>
background-color css
<style>
a { background-color: #B68343; }
a { background-color: rgb(182,131,67); }
div.DivClassName
{
background-color: #B68343;
}
.BgClassName
{
background-color: #B68343;
}
</style>
border-color css
<style>
span { border-color: #B68343; }
span { border-color: rgb(182,131,67); }
td.TdClassName
{
border-color: #B68343;
}
.TagClassName
{
border-color: #B68343;
}
</style>