Shades of Marigold #B07E3F
Tints of Marigold #B07E3F
RGB
CMYK
RGB Variations
Color information
#B07E3F (or 0xB07E3F) is known color: Marigold. HEX triplet: B0, 7E and 3F. RGB value is (176,126,63). Sum of RGB (Red+Green+Blue) = 176+126+63=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E3F is #4F81C0. Grayscale: #868686. Windows color (decimal): -5210561 or 4161200. OLE color: 4161200.
HSL color Cylindrical-coordinate representation of color #B07E3F: hue angle of 33.45º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B07E3F is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 63 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.31 |
| HSL | 33.45º | 0.47% | 0.47% | - |
| HSV(B) | 33.45º | 0.64% | 0.69% | - |
| XYZ | 26.26 | 24.51 | 8.05 | - |
| YUV | 133.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 63 | 0 | 0.28 | 0.64 | 0.31 | 33.45 | 0.47 | 0.47 |
| Hex | B0 | 7E | 3F | 0 | 1C | 40 | 1F | 21 | 2F | 2F |
| Octal | 260 | 176 | 77 | 0 | 34 | 100 | 37 | 41 | 57 | 57 |
| Binary | 10110000 | 1111110 | 111111 | 0 | 11100 | 1000000 | 11111 | 100001 | 101111 | 101111 |
Color Harmonies of #B07E3F
Complementary color
Monochromatic Colors of #B07E3F
Black with #B07E3F
Text Example
Text Example
White with #B07E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E3F; }
p { color: rgb(176,126,63); }
H1.HeaderClassName
{
color: #B07E3F;
}
.AnyTagClassName
{
color: #B07E3F;
}
</style>
background-color css
<style>
a { background-color: #B07E3F; }
a { background-color: rgb(176,126,63); }
div.DivClassName
{
background-color: #B07E3F;
}
.BgClassName
{
background-color: #B07E3F;
}
</style>
border-color css
<style>
span { border-color: #B07E3F; }
span { border-color: rgb(176,126,63); }
td.TdClassName
{
border-color: #B07E3F;
}
.TagClassName
{
border-color: #B07E3F;
}
</style>