Shades of Marigold #B78A43
Tints of Marigold #B78A43
RGB
CMYK
RGB Variations
Color information
#B78A43 (or 0xB78A43) is known color: Marigold. HEX triplet: B7, 8A and 43. RGB value is (183,138,67). Sum of RGB (Red+Green+Blue) = 183+138+67=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A43 is #4875BC. Grayscale: #8F8F8F. Windows color (decimal): -4748733 or 4426423. OLE color: 4426423.
HSL color Cylindrical-coordinate representation of color #B78A43: hue angle of 36.72º 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 #B78A43 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 67 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.28 |
| HSL | 36.72º | 0.46% | 0.49% | - |
| HSV(B) | 36.72º | 0.63% | 0.72% | - |
| XYZ | 29.63 | 28.65 | 9.28 | - |
| YUV | 143.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 67 | 0 | 0.25 | 0.63 | 0.28 | 36.72 | 0.46 | 0.49 |
| Hex | B7 | 8A | 43 | 0 | 19 | 3F | 1C | 25 | 2E | 31 |
| Octal | 267 | 212 | 103 | 0 | 31 | 77 | 34 | 45 | 56 | 61 |
| Binary | 10110111 | 10001010 | 1000011 | 0 | 11001 | 111111 | 11100 | 100101 | 101110 | 110001 |
Color Harmonies of #B78A43
Complementary color
Monochromatic Colors of #B78A43
Black with #B78A43
Text Example
Text Example
White with #B78A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A43; }
p { color: rgb(183,138,67); }
H1.HeaderClassName
{
color: #B78A43;
}
.AnyTagClassName
{
color: #B78A43;
}
</style>
background-color css
<style>
a { background-color: #B78A43; }
a { background-color: rgb(183,138,67); }
div.DivClassName
{
background-color: #B78A43;
}
.BgClassName
{
background-color: #B78A43;
}
</style>
border-color css
<style>
span { border-color: #B78A43; }
span { border-color: rgb(183,138,67); }
td.TdClassName
{
border-color: #B78A43;
}
.TagClassName
{
border-color: #B78A43;
}
</style>