Shades of Marigold #B7823C
Tints of Marigold #B7823C
RGB
CMYK
RGB Variations
Color information
#B7823C (or 0xB7823C) is known color: Marigold. HEX triplet: B7, 82 and 3C. RGB value is (183,130,60). Sum of RGB (Red+Green+Blue) = 183+130+60=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7823C is #487DC3. Grayscale: #8A8A8A. Windows color (decimal): -4750788 or 3965623. OLE color: 3965623.
HSL color Cylindrical-coordinate representation of color #B7823C: hue angle of 34.15º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7823C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 60 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.28 |
| HSL | 34.15º | 0.51% | 0.48% | - |
| HSV(B) | 34.15º | 0.67% | 0.72% | - |
| XYZ | 28.33 | 26.36 | 7.87 | - |
| YUV | 137.87 | 84.06 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 60 | 0 | 0.29 | 0.67 | 0.28 | 34.15 | 0.51 | 0.48 |
| Hex | B7 | 82 | 3C | 0 | 1D | 43 | 1C | 22 | 33 | 30 |
| Octal | 267 | 202 | 74 | 0 | 35 | 103 | 34 | 42 | 63 | 60 |
| Binary | 10110111 | 10000010 | 111100 | 0 | 11101 | 1000011 | 11100 | 100010 | 110011 | 110000 |
Color Harmonies of #B7823C
Complementary color
Monochromatic Colors of #B7823C
Black with #B7823C
Text Example
Text Example
White with #B7823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7823C; }
p { color: rgb(183,130,60); }
H1.HeaderClassName
{
color: #B7823C;
}
.AnyTagClassName
{
color: #B7823C;
}
</style>
background-color css
<style>
a { background-color: #B7823C; }
a { background-color: rgb(183,130,60); }
div.DivClassName
{
background-color: #B7823C;
}
.BgClassName
{
background-color: #B7823C;
}
</style>
border-color css
<style>
span { border-color: #B7823C; }
span { border-color: rgb(183,130,60); }
td.TdClassName
{
border-color: #B7823C;
}
.TagClassName
{
border-color: #B7823C;
}
</style>