Shades of Marigold #B78A42
Tints of Marigold #B78A42
RGB
CMYK
RGB Variations
Color information
#B78A42 (or 0xB78A42) is known color: Marigold. HEX triplet: B7, 8A and 42. RGB value is (183,138,66). Sum of RGB (Red+Green+Blue) = 183+138+66=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A42 is #4875BD. Grayscale: #8F8F8F. Windows color (decimal): -4748734 or 4360887. OLE color: 4360887.
HSL color Cylindrical-coordinate representation of color #B78A42: hue angle of 36.92º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B78A42 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 66 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.28 |
| HSL | 36.92º | 0.47% | 0.49% | - |
| HSV(B) | 36.92º | 0.64% | 0.72% | - |
| XYZ | 29.6 | 28.64 | 9.12 | - |
| YUV | 143.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 66 | 0 | 0.25 | 0.64 | 0.28 | 36.92 | 0.47 | 0.49 |
| Hex | B7 | 8A | 42 | 0 | 19 | 40 | 1C | 25 | 2F | 31 |
| Octal | 267 | 212 | 102 | 0 | 31 | 100 | 34 | 45 | 57 | 61 |
| Binary | 10110111 | 10001010 | 1000010 | 0 | 11001 | 1000000 | 11100 | 100101 | 101111 | 110001 |
Color Harmonies of #B78A42
Complementary color
Monochromatic Colors of #B78A42
Black with #B78A42
Text Example
Text Example
White with #B78A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A42; }
p { color: rgb(183,138,66); }
H1.HeaderClassName
{
color: #B78A42;
}
.AnyTagClassName
{
color: #B78A42;
}
</style>
background-color css
<style>
a { background-color: #B78A42; }
a { background-color: rgb(183,138,66); }
div.DivClassName
{
background-color: #B78A42;
}
.BgClassName
{
background-color: #B78A42;
}
</style>
border-color css
<style>
span { border-color: #B78A42; }
span { border-color: rgb(183,138,66); }
td.TdClassName
{
border-color: #B78A42;
}
.TagClassName
{
border-color: #B78A42;
}
</style>