Shades of Marigold #B38240
Tints of Marigold #B38240
RGB
CMYK
RGB Variations
Color information
#B38240 (or 0xB38240) is known color: Marigold. HEX triplet: B3, 82 and 40. RGB value is (179,130,64). Sum of RGB (Red+Green+Blue) = 179+130+64=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B38240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38240 is #4C7DBF. Grayscale: #898989. Windows color (decimal): -5012928 or 4227763. OLE color: 4227763.
HSL color Cylindrical-coordinate representation of color #B38240: hue angle of 34.43º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B38240 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 64 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.30 |
| HSL | 34.43º | 0.47% | 0.48% | - |
| HSV(B) | 34.43º | 0.64% | 0.7% | - |
| XYZ | 27.5 | 25.92 | 8.4 | - |
| YUV | 137.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 64 | 0 | 0.27 | 0.64 | 0.30 | 34.43 | 0.47 | 0.48 |
| Hex | B3 | 82 | 40 | 0 | 1B | 40 | 1E | 22 | 2F | 30 |
| Octal | 263 | 202 | 100 | 0 | 33 | 100 | 36 | 42 | 57 | 60 |
| Binary | 10110011 | 10000010 | 1000000 | 0 | 11011 | 1000000 | 11110 | 100010 | 101111 | 110000 |
Color Harmonies of #B38240
Complementary color
Monochromatic Colors of #B38240
Black with #B38240
Text Example
Text Example
White with #B38240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38240; }
p { color: rgb(179,130,64); }
H1.HeaderClassName
{
color: #B38240;
}
.AnyTagClassName
{
color: #B38240;
}
</style>
background-color css
<style>
a { background-color: #B38240; }
a { background-color: rgb(179,130,64); }
div.DivClassName
{
background-color: #B38240;
}
.BgClassName
{
background-color: #B38240;
}
</style>
border-color css
<style>
span { border-color: #B38240; }
span { border-color: rgb(179,130,64); }
td.TdClassName
{
border-color: #B38240;
}
.TagClassName
{
border-color: #B38240;
}
</style>