Shades of Marigold #B7893D
Tints of Marigold #B7893D
RGB
CMYK
RGB Variations
Color information
#B7893D (or 0xB7893D) is known color: Marigold. HEX triplet: B7, 89 and 3D. RGB value is (183,137,61). Sum of RGB (Red+Green+Blue) = 183+137+61=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7893D is #4876C2. Grayscale: #8E8E8E. Windows color (decimal): -4748995 or 4032951. OLE color: 4032951.
HSL color Cylindrical-coordinate representation of color #B7893D: hue angle of 37.38º 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 #B7893D is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 61 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.28 |
| HSL | 37.38º | 0.5% | 0.48% | - |
| HSV(B) | 37.38º | 0.67% | 0.72% | - |
| XYZ | 29.32 | 28.3 | 8.33 | - |
| YUV | 142.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 61 | 0 | 0.25 | 0.67 | 0.28 | 37.38 | 0.5 | 0.48 |
| Hex | B7 | 89 | 3D | 0 | 19 | 43 | 1C | 25 | 32 | 30 |
| Octal | 267 | 211 | 75 | 0 | 31 | 103 | 34 | 45 | 62 | 60 |
| Binary | 10110111 | 10001001 | 111101 | 0 | 11001 | 1000011 | 11100 | 100101 | 110010 | 110000 |
Color Harmonies of #B7893D
Complementary color
Monochromatic Colors of #B7893D
Black with #B7893D
Text Example
Text Example
White with #B7893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7893D; }
p { color: rgb(183,137,61); }
H1.HeaderClassName
{
color: #B7893D;
}
.AnyTagClassName
{
color: #B7893D;
}
</style>
background-color css
<style>
a { background-color: #B7893D; }
a { background-color: rgb(183,137,61); }
div.DivClassName
{
background-color: #B7893D;
}
.BgClassName
{
background-color: #B7893D;
}
</style>
border-color css
<style>
span { border-color: #B7893D; }
span { border-color: rgb(183,137,61); }
td.TdClassName
{
border-color: #B7893D;
}
.TagClassName
{
border-color: #B7893D;
}
</style>