Shades of Marigold #B48341
Tints of Marigold #B48341
RGB
CMYK
RGB Variations
Color information
#B48341 (or 0xB48341) is known color: Marigold. HEX triplet: B4, 83 and 41. RGB value is (180,131,65). Sum of RGB (Red+Green+Blue) = 180+131+65=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B48341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48341 is #4B7CBE. Grayscale: #8A8A8A. Windows color (decimal): -4947135 or 4293556. OLE color: 4293556.
HSL color Cylindrical-coordinate representation of color #B48341: hue angle of 34.43º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B48341 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 131 | 65 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.29 |
| HSL | 34.43º | 0.47% | 0.48% | - |
| HSV(B) | 34.43º | 0.64% | 0.71% | - |
| XYZ | 27.89 | 26.32 | 8.61 | - |
| YUV | 138.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 131 | 65 | 0 | 0.27 | 0.64 | 0.29 | 34.43 | 0.47 | 0.48 |
| Hex | B4 | 83 | 41 | 0 | 1B | 40 | 1D | 22 | 2F | 30 |
| Octal | 264 | 203 | 101 | 0 | 33 | 100 | 35 | 42 | 57 | 60 |
| Binary | 10110100 | 10000011 | 1000001 | 0 | 11011 | 1000000 | 11101 | 100010 | 101111 | 110000 |
Color Harmonies of #B48341
Complementary color
Monochromatic Colors of #B48341
Black with #B48341
Text Example
Text Example
White with #B48341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48341; }
p { color: rgb(180,131,65); }
H1.HeaderClassName
{
color: #B48341;
}
.AnyTagClassName
{
color: #B48341;
}
</style>
background-color css
<style>
a { background-color: #B48341; }
a { background-color: rgb(180,131,65); }
div.DivClassName
{
background-color: #B48341;
}
.BgClassName
{
background-color: #B48341;
}
</style>
border-color css
<style>
span { border-color: #B48341; }
span { border-color: rgb(180,131,65); }
td.TdClassName
{
border-color: #B48341;
}
.TagClassName
{
border-color: #B48341;
}
</style>