Shades of Marigold #B7823D
Tints of Marigold #B7823D
RGB
CMYK
RGB Variations
Color information
#B7823D (or 0xB7823D) is known color: Marigold. HEX triplet: B7, 82 and 3D. RGB value is (183,130,61). Sum of RGB (Red+Green+Blue) = 183+130+61=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7823D is #487DC2. Grayscale: #8A8A8A. Windows color (decimal): -4750787 or 4031159. OLE color: 4031159.
HSL color Cylindrical-coordinate representation of color #B7823D: hue angle of 33.93º degrees, saturation: 0.5, 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 #B7823D is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 61 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.28 |
| HSL | 33.93º | 0.5% | 0.48% | - |
| HSV(B) | 33.93º | 0.67% | 0.72% | - |
| XYZ | 28.35 | 26.37 | 8.01 | - |
| YUV | 137.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 61 | 0 | 0.29 | 0.67 | 0.28 | 33.93 | 0.5 | 0.48 |
| Hex | B7 | 82 | 3D | 0 | 1D | 43 | 1C | 22 | 32 | 30 |
| Octal | 267 | 202 | 75 | 0 | 35 | 103 | 34 | 42 | 62 | 60 |
| Binary | 10110111 | 10000010 | 111101 | 0 | 11101 | 1000011 | 11100 | 100010 | 110010 | 110000 |
Color Harmonies of #B7823D
Complementary color
Monochromatic Colors of #B7823D
Black with #B7823D
Text Example
Text Example
White with #B7823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7823D; }
p { color: rgb(183,130,61); }
H1.HeaderClassName
{
color: #B7823D;
}
.AnyTagClassName
{
color: #B7823D;
}
</style>
background-color css
<style>
a { background-color: #B7823D; }
a { background-color: rgb(183,130,61); }
div.DivClassName
{
background-color: #B7823D;
}
.BgClassName
{
background-color: #B7823D;
}
</style>
border-color css
<style>
span { border-color: #B7823D; }
span { border-color: rgb(183,130,61); }
td.TdClassName
{
border-color: #B7823D;
}
.TagClassName
{
border-color: #B7823D;
}
</style>