Shades of Marigold #B78741
Tints of Marigold #B78741
RGB
CMYK
RGB Variations
Color information
#B78741 (or 0xB78741) is known color: Marigold. HEX triplet: B7, 87 and 41. RGB value is (183,135,65). Sum of RGB (Red+Green+Blue) = 183+135+65=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B78741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78741 is #4878BE. Grayscale: #8D8D8D. Windows color (decimal): -4749503 or 4294583. OLE color: 4294583.
HSL color Cylindrical-coordinate representation of color #B78741: hue angle of 35.59º degrees, saturation: 0.48, 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 #B78741 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 65 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.28 |
| HSL | 35.59º | 0.48% | 0.49% | - |
| HSV(B) | 35.59º | 0.64% | 0.72% | - |
| XYZ | 29.15 | 27.78 | 8.83 | - |
| YUV | 141.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 65 | 0 | 0.26 | 0.64 | 0.28 | 35.59 | 0.48 | 0.49 |
| Hex | B7 | 87 | 41 | 0 | 1A | 40 | 1C | 24 | 30 | 31 |
| Octal | 267 | 207 | 101 | 0 | 32 | 100 | 34 | 44 | 60 | 61 |
| Binary | 10110111 | 10000111 | 1000001 | 0 | 11010 | 1000000 | 11100 | 100100 | 110000 | 110001 |
Color Harmonies of #B78741
Complementary color
Monochromatic Colors of #B78741
Black with #B78741
Text Example
Text Example
White with #B78741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78741; }
p { color: rgb(183,135,65); }
H1.HeaderClassName
{
color: #B78741;
}
.AnyTagClassName
{
color: #B78741;
}
</style>
background-color css
<style>
a { background-color: #B78741; }
a { background-color: rgb(183,135,65); }
div.DivClassName
{
background-color: #B78741;
}
.BgClassName
{
background-color: #B78741;
}
</style>
border-color css
<style>
span { border-color: #B78741; }
span { border-color: rgb(183,135,65); }
td.TdClassName
{
border-color: #B78741;
}
.TagClassName
{
border-color: #B78741;
}
</style>