Shades of Marigold #B4893F
Tints of Marigold #B4893F
RGB
CMYK
RGB Variations
Color information
#B4893F (or 0xB4893F) is known color: Marigold. HEX triplet: B4, 89 and 3F. RGB value is (180,137,63). Sum of RGB (Red+Green+Blue) = 180+137+63=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B4893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4893F is #4B76C0. Grayscale: #8D8D8D. Windows color (decimal): -4945601 or 4164020. OLE color: 4164020.
HSL color Cylindrical-coordinate representation of color #B4893F: hue angle of 37.95º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4893F is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 63 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.29 |
| HSL | 37.95º | 0.48% | 0.48% | - |
| HSV(B) | 37.95º | 0.65% | 0.71% | - |
| XYZ | 28.67 | 27.95 | 8.59 | - |
| YUV | 141.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 63 | 0 | 0.24 | 0.65 | 0.29 | 37.95 | 0.48 | 0.48 |
| Hex | B4 | 89 | 3F | 0 | 18 | 41 | 1D | 26 | 30 | 30 |
| Octal | 264 | 211 | 77 | 0 | 30 | 101 | 35 | 46 | 60 | 60 |
| Binary | 10110100 | 10001001 | 111111 | 0 | 11000 | 1000001 | 11101 | 100110 | 110000 | 110000 |
Color Harmonies of #B4893F
Complementary color
Monochromatic Colors of #B4893F
Black with #B4893F
Text Example
Text Example
White with #B4893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4893F; }
p { color: rgb(180,137,63); }
H1.HeaderClassName
{
color: #B4893F;
}
.AnyTagClassName
{
color: #B4893F;
}
</style>
background-color css
<style>
a { background-color: #B4893F; }
a { background-color: rgb(180,137,63); }
div.DivClassName
{
background-color: #B4893F;
}
.BgClassName
{
background-color: #B4893F;
}
</style>
border-color css
<style>
span { border-color: #B4893F; }
span { border-color: rgb(180,137,63); }
td.TdClassName
{
border-color: #B4893F;
}
.TagClassName
{
border-color: #B4893F;
}
</style>