Shades of Marigold #B4893D
Tints of Marigold #B4893D
RGB
CMYK
RGB Variations
Color information
#B4893D (or 0xB4893D) is known color: Marigold. HEX triplet: B4, 89 and 3D. RGB value is (180,137,61). Sum of RGB (Red+Green+Blue) = 180+137+61=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B4893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4893D is #4B76C2. Grayscale: #8D8D8D. Windows color (decimal): -4945603 or 4032948. OLE color: 4032948.
HSL color Cylindrical-coordinate representation of color #B4893D: hue angle of 38.32º 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 #B4893D is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 61 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.29 |
| HSL | 38.32º | 0.49% | 0.47% | - |
| HSV(B) | 38.32º | 0.66% | 0.71% | - |
| XYZ | 28.61 | 27.93 | 8.3 | - |
| YUV | 141.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 61 | 0 | 0.24 | 0.66 | 0.29 | 38.32 | 0.49 | 0.47 |
| Hex | B4 | 89 | 3D | 0 | 18 | 42 | 1D | 26 | 31 | 2F |
| Octal | 264 | 211 | 75 | 0 | 30 | 102 | 35 | 46 | 61 | 57 |
| Binary | 10110100 | 10001001 | 111101 | 0 | 11000 | 1000010 | 11101 | 100110 | 110001 | 101111 |
Color Harmonies of #B4893D
Complementary color
Monochromatic Colors of #B4893D
Black with #B4893D
Text Example
Text Example
White with #B4893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4893D; }
p { color: rgb(180,137,61); }
H1.HeaderClassName
{
color: #B4893D;
}
.AnyTagClassName
{
color: #B4893D;
}
</style>
background-color css
<style>
a { background-color: #B4893D; }
a { background-color: rgb(180,137,61); }
div.DivClassName
{
background-color: #B4893D;
}
.BgClassName
{
background-color: #B4893D;
}
</style>
border-color css
<style>
span { border-color: #B4893D; }
span { border-color: rgb(180,137,61); }
td.TdClassName
{
border-color: #B4893D;
}
.TagClassName
{
border-color: #B4893D;
}
</style>