Shades of Marigold #B68237
Tints of Marigold #B68237
RGB
CMYK
RGB Variations
Color information
#B68237 (or 0xB68237) is known color: Marigold. HEX triplet: B6, 82 and 37. RGB value is (182,130,55). Sum of RGB (Red+Green+Blue) = 182+130+55=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B68237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68237 is #497DC8. Grayscale: #898989. Windows color (decimal): -4816329 or 3637942. OLE color: 3637942.
HSL color Cylindrical-coordinate representation of color #B68237: hue angle of 35.43º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B68237 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 55 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.29 |
| HSL | 35.43º | 0.54% | 0.46% | - |
| HSV(B) | 35.43º | 0.7% | 0.71% | - |
| XYZ | 27.96 | 26.19 | 7.2 | - |
| YUV | 137 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 55 | 0 | 0.29 | 0.70 | 0.29 | 35.43 | 0.54 | 0.46 |
| Hex | B6 | 82 | 37 | 0 | 1D | 46 | 1D | 23 | 36 | 2E |
| Octal | 266 | 202 | 67 | 0 | 35 | 106 | 35 | 43 | 66 | 56 |
| Binary | 10110110 | 10000010 | 110111 | 0 | 11101 | 1000110 | 11101 | 100011 | 110110 | 101110 |
Color Harmonies of #B68237
Complementary color
Monochromatic Colors of #B68237
Black with #B68237
Text Example
Text Example
White with #B68237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68237; }
p { color: rgb(182,130,55); }
H1.HeaderClassName
{
color: #B68237;
}
.AnyTagClassName
{
color: #B68237;
}
</style>
background-color css
<style>
a { background-color: #B68237; }
a { background-color: rgb(182,130,55); }
div.DivClassName
{
background-color: #B68237;
}
.BgClassName
{
background-color: #B68237;
}
</style>
border-color css
<style>
span { border-color: #B68237; }
span { border-color: rgb(182,130,55); }
td.TdClassName
{
border-color: #B68237;
}
.TagClassName
{
border-color: #B68237;
}
</style>