Shades of Marigold #BD863F
Tints of Marigold #BD863F
RGB
CMYK
RGB Variations
Color information
#BD863F (or 0xBD863F) is known color: Marigold. HEX triplet: BD, 86 and 3F. RGB value is (189,134,63). Sum of RGB (Red+Green+Blue) = 189+134+63=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD863F is #4279C0. Grayscale: #8E8E8E. Windows color (decimal): -4356545 or 4163261. OLE color: 4163261.
HSL color Cylindrical-coordinate representation of color #BD863F: hue angle of 33.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD863F is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 63 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.26 |
| HSL | 33.81º | 0.5% | 0.49% | - |
| HSV(B) | 33.81º | 0.67% | 0.74% | - |
| XYZ | 30.41 | 28.23 | 8.55 | - |
| YUV | 142.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 63 | 0 | 0.29 | 0.67 | 0.26 | 33.81 | 0.5 | 0.49 |
| Hex | BD | 86 | 3F | 0 | 1D | 43 | 1A | 22 | 32 | 31 |
| Octal | 275 | 206 | 77 | 0 | 35 | 103 | 32 | 42 | 62 | 61 |
| Binary | 10111101 | 10000110 | 111111 | 0 | 11101 | 1000011 | 11010 | 100010 | 110010 | 110001 |
Color Harmonies of #BD863F
Complementary color
Monochromatic Colors of #BD863F
Black with #BD863F
Text Example
Text Example
White with #BD863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD863F; }
p { color: rgb(189,134,63); }
H1.HeaderClassName
{
color: #BD863F;
}
.AnyTagClassName
{
color: #BD863F;
}
</style>
background-color css
<style>
a { background-color: #BD863F; }
a { background-color: rgb(189,134,63); }
div.DivClassName
{
background-color: #BD863F;
}
.BgClassName
{
background-color: #BD863F;
}
</style>
border-color css
<style>
span { border-color: #BD863F; }
span { border-color: rgb(189,134,63); }
td.TdClassName
{
border-color: #BD863F;
}
.TagClassName
{
border-color: #BD863F;
}
</style>