Shades of Marigold #B78A3B
Tints of Marigold #B78A3B
RGB
CMYK
RGB Variations
Color information
#B78A3B (or 0xB78A3B) is known color: Marigold. HEX triplet: B7, 8A and 3B. RGB value is (183,138,59). Sum of RGB (Red+Green+Blue) = 183+138+59=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A3B is #4875C4. Grayscale: #8E8E8E. Windows color (decimal): -4748741 or 3902135. OLE color: 3902135.
HSL color Cylindrical-coordinate representation of color #B78A3B: hue angle of 38.23º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B78A3B is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 59 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.28 |
| HSL | 38.23º | 0.51% | 0.47% | - |
| HSV(B) | 38.23º | 0.68% | 0.72% | - |
| XYZ | 29.41 | 28.56 | 8.1 | - |
| YUV | 142.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 59 | 0 | 0.25 | 0.68 | 0.28 | 38.23 | 0.51 | 0.47 |
| Hex | B7 | 8A | 3B | 0 | 19 | 44 | 1C | 26 | 33 | 2F |
| Octal | 267 | 212 | 73 | 0 | 31 | 104 | 34 | 46 | 63 | 57 |
| Binary | 10110111 | 10001010 | 111011 | 0 | 11001 | 1000100 | 11100 | 100110 | 110011 | 101111 |
Color Harmonies of #B78A3B
Complementary color
Monochromatic Colors of #B78A3B
Black with #B78A3B
Text Example
Text Example
White with #B78A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A3B; }
p { color: rgb(183,138,59); }
H1.HeaderClassName
{
color: #B78A3B;
}
.AnyTagClassName
{
color: #B78A3B;
}
</style>
background-color css
<style>
a { background-color: #B78A3B; }
a { background-color: rgb(183,138,59); }
div.DivClassName
{
background-color: #B78A3B;
}
.BgClassName
{
background-color: #B78A3B;
}
</style>
border-color css
<style>
span { border-color: #B78A3B; }
span { border-color: rgb(183,138,59); }
td.TdClassName
{
border-color: #B78A3B;
}
.TagClassName
{
border-color: #B78A3B;
}
</style>