Shades of Marigold #B4893B
Tints of Marigold #B4893B
RGB
CMYK
RGB Variations
Color information
#B4893B (or 0xB4893B) is known color: Marigold. HEX triplet: B4, 89 and 3B. RGB value is (180,137,59). Sum of RGB (Red+Green+Blue) = 180+137+59=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4893B is #4B76C4. Grayscale: #8D8D8D. Windows color (decimal): -4945605 or 3901876. OLE color: 3901876.
HSL color Cylindrical-coordinate representation of color #B4893B: hue angle of 38.68º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4893B is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 59 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.29 |
| HSL | 38.68º | 0.51% | 0.47% | - |
| HSV(B) | 38.68º | 0.67% | 0.71% | - |
| XYZ | 28.56 | 27.91 | 8.02 | - |
| YUV | 140.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 59 | 0 | 0.24 | 0.67 | 0.29 | 38.68 | 0.51 | 0.47 |
| Hex | B4 | 89 | 3B | 0 | 18 | 43 | 1D | 27 | 33 | 2F |
| Octal | 264 | 211 | 73 | 0 | 30 | 103 | 35 | 47 | 63 | 57 |
| Binary | 10110100 | 10001001 | 111011 | 0 | 11000 | 1000011 | 11101 | 100111 | 110011 | 101111 |
Color Harmonies of #B4893B
Complementary color
Monochromatic Colors of #B4893B
Black with #B4893B
Text Example
Text Example
White with #B4893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4893B; }
p { color: rgb(180,137,59); }
H1.HeaderClassName
{
color: #B4893B;
}
.AnyTagClassName
{
color: #B4893B;
}
</style>
background-color css
<style>
a { background-color: #B4893B; }
a { background-color: rgb(180,137,59); }
div.DivClassName
{
background-color: #B4893B;
}
.BgClassName
{
background-color: #B4893B;
}
</style>
border-color css
<style>
span { border-color: #B4893B; }
span { border-color: rgb(180,137,59); }
td.TdClassName
{
border-color: #B4893B;
}
.TagClassName
{
border-color: #B4893B;
}
</style>