Shades of Marigold #B78639
Tints of Marigold #B78639
RGB
CMYK
RGB Variations
Color information
#B78639 (or 0xB78639) is known color: Marigold. HEX triplet: B7, 86 and 39. RGB value is (183,134,57). Sum of RGB (Red+Green+Blue) = 183+134+57=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B78639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78639 is #4879C6. Grayscale: #8C8C8C. Windows color (decimal): -4749767 or 3770039. OLE color: 3770039.
HSL color Cylindrical-coordinate representation of color #B78639: hue angle of 36.67º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B78639 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 57 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.28 |
| HSL | 36.67º | 0.53% | 0.47% | - |
| HSV(B) | 36.67º | 0.69% | 0.72% | - |
| XYZ | 28.79 | 27.41 | 7.64 | - |
| YUV | 139.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 57 | 0 | 0.27 | 0.69 | 0.28 | 36.67 | 0.53 | 0.47 |
| Hex | B7 | 86 | 39 | 0 | 1B | 45 | 1C | 25 | 34 | 2F |
| Octal | 267 | 206 | 71 | 0 | 33 | 105 | 34 | 45 | 64 | 57 |
| Binary | 10110111 | 10000110 | 111001 | 0 | 11011 | 1000101 | 11100 | 100101 | 110100 | 101111 |
Color Harmonies of #B78639
Complementary color
Monochromatic Colors of #B78639
Black with #B78639
Text Example
Text Example
White with #B78639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78639; }
p { color: rgb(183,134,57); }
H1.HeaderClassName
{
color: #B78639;
}
.AnyTagClassName
{
color: #B78639;
}
</style>
background-color css
<style>
a { background-color: #B78639; }
a { background-color: rgb(183,134,57); }
div.DivClassName
{
background-color: #B78639;
}
.BgClassName
{
background-color: #B78639;
}
</style>
border-color css
<style>
span { border-color: #B78639; }
span { border-color: rgb(183,134,57); }
td.TdClassName
{
border-color: #B78639;
}
.TagClassName
{
border-color: #B78639;
}
</style>