Shades of Marigold #B4893E
Tints of Marigold #B4893E
RGB
CMYK
RGB Variations
Color information
#B4893E (or 0xB4893E) is known color: Marigold. HEX triplet: B4, 89 and 3E. RGB value is (180,137,62). Sum of RGB (Red+Green+Blue) = 180+137+62=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B4893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4893E is #4B76C1. Grayscale: #8D8D8D. Windows color (decimal): -4945602 or 4098484. OLE color: 4098484.
HSL color Cylindrical-coordinate representation of color #B4893E: hue angle of 38.14º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4893E is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 62 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.29 |
| HSL | 38.14º | 0.49% | 0.47% | - |
| HSV(B) | 38.14º | 0.66% | 0.71% | - |
| XYZ | 28.64 | 27.94 | 8.44 | - |
| YUV | 141.31 | 83.25 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 62 | 0 | 0.24 | 0.66 | 0.29 | 38.14 | 0.49 | 0.47 |
| Hex | B4 | 89 | 3E | 0 | 18 | 42 | 1D | 26 | 31 | 2F |
| Octal | 264 | 211 | 76 | 0 | 30 | 102 | 35 | 46 | 61 | 57 |
| Binary | 10110100 | 10001001 | 111110 | 0 | 11000 | 1000010 | 11101 | 100110 | 110001 | 101111 |
Color Harmonies of #B4893E
Complementary color
Monochromatic Colors of #B4893E
Black with #B4893E
Text Example
Text Example
White with #B4893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4893E; }
p { color: rgb(180,137,62); }
H1.HeaderClassName
{
color: #B4893E;
}
.AnyTagClassName
{
color: #B4893E;
}
</style>
background-color css
<style>
a { background-color: #B4893E; }
a { background-color: rgb(180,137,62); }
div.DivClassName
{
background-color: #B4893E;
}
.BgClassName
{
background-color: #B4893E;
}
</style>
border-color css
<style>
span { border-color: #B4893E; }
span { border-color: rgb(180,137,62); }
td.TdClassName
{
border-color: #B4893E;
}
.TagClassName
{
border-color: #B4893E;
}
</style>