Shades of Marigold #B68546
Tints of Marigold #B68546
RGB
CMYK
RGB Variations
Color information
#B68546 (or 0xB68546) is known color: Marigold. HEX triplet: B6, 85 and 46. RGB value is (182,133,70). Sum of RGB (Red+Green+Blue) = 182+133+70=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B68546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68546 is #497AB9. Grayscale: #8C8C8C. Windows color (decimal): -4815546 or 4621750. OLE color: 4621750.
HSL color Cylindrical-coordinate representation of color #B68546: hue angle of 33.75º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B68546 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 70 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.29 |
| HSL | 33.75º | 0.44% | 0.49% | - |
| HSV(B) | 33.75º | 0.62% | 0.71% | - |
| XYZ | 28.78 | 27.16 | 9.52 | - |
| YUV | 140.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 70 | 0 | 0.27 | 0.62 | 0.29 | 33.75 | 0.44 | 0.49 |
| Hex | B6 | 85 | 46 | 0 | 1B | 3E | 1D | 22 | 2C | 31 |
| Octal | 266 | 205 | 106 | 0 | 33 | 76 | 35 | 42 | 54 | 61 |
| Binary | 10110110 | 10000101 | 1000110 | 0 | 11011 | 111110 | 11101 | 100010 | 101100 | 110001 |
Color Harmonies of #B68546
Complementary color
Monochromatic Colors of #B68546
Black with #B68546
Text Example
Text Example
White with #B68546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68546; }
p { color: rgb(182,133,70); }
H1.HeaderClassName
{
color: #B68546;
}
.AnyTagClassName
{
color: #B68546;
}
</style>
background-color css
<style>
a { background-color: #B68546; }
a { background-color: rgb(182,133,70); }
div.DivClassName
{
background-color: #B68546;
}
.BgClassName
{
background-color: #B68546;
}
</style>
border-color css
<style>
span { border-color: #B68546; }
span { border-color: rgb(182,133,70); }
td.TdClassName
{
border-color: #B68546;
}
.TagClassName
{
border-color: #B68546;
}
</style>