Shades of Marigold #BE853F
Tints of Marigold #BE853F
RGB
CMYK
RGB Variations
Color information
#BE853F (or 0xBE853F) is known color: Marigold. HEX triplet: BE, 85 and 3F. RGB value is (190,133,63). Sum of RGB (Red+Green+Blue) = 190+133+63=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE853F is #417AC0. Grayscale: #8E8E8E. Windows color (decimal): -4291265 or 4163006. OLE color: 4163006.
HSL color Cylindrical-coordinate representation of color #BE853F: hue angle of 33.07º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE853F is Cyan = 0, Magento = 0.3, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 63 | - |
| CMYK | 0 | 0.3 | 0.67 | 0.25 |
| HSL | 33.07º | 0.5% | 0.5% | - |
| HSV(B) | 33.07º | 0.67% | 0.75% | - |
| XYZ | 30.52 | 28.08 | 8.51 | - |
| YUV | 142.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 63 | 0 | 0.3 | 0.67 | 0.25 | 33.07 | 0.5 | 0.5 |
| Hex | BE | 85 | 3F | 0 | 1E | 43 | 19 | 21 | 32 | 32 |
| Octal | 276 | 205 | 77 | 0 | 36 | 103 | 31 | 41 | 62 | 62 |
| Binary | 10111110 | 10000101 | 111111 | 0 | 11110 | 1000011 | 11001 | 100001 | 110010 | 110010 |
Color Harmonies of #BE853F
Complementary color
Monochromatic Colors of #BE853F
Black with #BE853F
Text Example
Text Example
White with #BE853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE853F; }
p { color: rgb(190,133,63); }
H1.HeaderClassName
{
color: #BE853F;
}
.AnyTagClassName
{
color: #BE853F;
}
</style>
background-color css
<style>
a { background-color: #BE853F; }
a { background-color: rgb(190,133,63); }
div.DivClassName
{
background-color: #BE853F;
}
.BgClassName
{
background-color: #BE853F;
}
</style>
border-color css
<style>
span { border-color: #BE853F; }
span { border-color: rgb(190,133,63); }
td.TdClassName
{
border-color: #BE853F;
}
.TagClassName
{
border-color: #BE853F;
}
</style>