Shades of Marigold #B78C43
Tints of Marigold #B78C43
RGB
CMYK
RGB Variations
Color information
#B78C43 (or 0xB78C43) is known color: Marigold. HEX triplet: B7, 8C and 43. RGB value is (183,140,67). Sum of RGB (Red+Green+Blue) = 183+140+67=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C43 is #4873BC. Grayscale: #909090. Windows color (decimal): -4748221 or 4426935. OLE color: 4426935.
HSL color Cylindrical-coordinate representation of color #B78C43: hue angle of 37.76º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B78C43 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 67 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.28 |
| HSL | 37.76º | 0.46% | 0.49% | - |
| HSV(B) | 37.76º | 0.63% | 0.72% | - |
| XYZ | 29.92 | 29.23 | 9.37 | - |
| YUV | 144.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 67 | 0 | 0.23 | 0.63 | 0.28 | 37.76 | 0.46 | 0.49 |
| Hex | B7 | 8C | 43 | 0 | 17 | 3F | 1C | 26 | 2E | 31 |
| Octal | 267 | 214 | 103 | 0 | 27 | 77 | 34 | 46 | 56 | 61 |
| Binary | 10110111 | 10001100 | 1000011 | 0 | 10111 | 111111 | 11100 | 100110 | 101110 | 110001 |
Color Harmonies of #B78C43
Complementary color
Monochromatic Colors of #B78C43
Black with #B78C43
Text Example
Text Example
White with #B78C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C43; }
p { color: rgb(183,140,67); }
H1.HeaderClassName
{
color: #B78C43;
}
.AnyTagClassName
{
color: #B78C43;
}
</style>
background-color css
<style>
a { background-color: #B78C43; }
a { background-color: rgb(183,140,67); }
div.DivClassName
{
background-color: #B78C43;
}
.BgClassName
{
background-color: #B78C43;
}
</style>
border-color css
<style>
span { border-color: #B78C43; }
span { border-color: rgb(183,140,67); }
td.TdClassName
{
border-color: #B78C43;
}
.TagClassName
{
border-color: #B78C43;
}
</style>