Shades of Marigold #B48A3A
Tints of Marigold #B48A3A
RGB
CMYK
RGB Variations
Color information
#B48A3A (or 0xB48A3A) is known color: Marigold. HEX triplet: B4, 8A and 3A. RGB value is (180,138,58). Sum of RGB (Red+Green+Blue) = 180+138+58=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A3A is #4B75C5. Grayscale: #8D8D8D. Windows color (decimal): -4945350 or 3836596. OLE color: 3836596.
HSL color Cylindrical-coordinate representation of color #B48A3A: hue angle of 39.34º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B48A3A is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 58 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.29 |
| HSL | 39.34º | 0.51% | 0.47% | - |
| HSV(B) | 39.34º | 0.68% | 0.71% | - |
| XYZ | 28.67 | 28.19 | 7.93 | - |
| YUV | 141.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 58 | 0 | 0.23 | 0.68 | 0.29 | 39.34 | 0.51 | 0.47 |
| Hex | B4 | 8A | 3A | 0 | 17 | 44 | 1D | 27 | 33 | 2F |
| Octal | 264 | 212 | 72 | 0 | 27 | 104 | 35 | 47 | 63 | 57 |
| Binary | 10110100 | 10001010 | 111010 | 0 | 10111 | 1000100 | 11101 | 100111 | 110011 | 101111 |
Color Harmonies of #B48A3A
Complementary color
Monochromatic Colors of #B48A3A
Black with #B48A3A
Text Example
Text Example
White with #B48A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A3A; }
p { color: rgb(180,138,58); }
H1.HeaderClassName
{
color: #B48A3A;
}
.AnyTagClassName
{
color: #B48A3A;
}
</style>
background-color css
<style>
a { background-color: #B48A3A; }
a { background-color: rgb(180,138,58); }
div.DivClassName
{
background-color: #B48A3A;
}
.BgClassName
{
background-color: #B48A3A;
}
</style>
border-color css
<style>
span { border-color: #B48A3A; }
span { border-color: rgb(180,138,58); }
td.TdClassName
{
border-color: #B48A3A;
}
.TagClassName
{
border-color: #B48A3A;
}
</style>