Shades of Marigold #B38239
Tints of Marigold #B38239
RGB
CMYK
RGB Variations
Color information
#B38239 (or 0xB38239) is known color: Marigold. HEX triplet: B3, 82 and 39. RGB value is (179,130,57). Sum of RGB (Red+Green+Blue) = 179+130+57=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B38239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38239 is #4C7DC6. Grayscale: #888888. Windows color (decimal): -5012935 or 3769011. OLE color: 3769011.
HSL color Cylindrical-coordinate representation of color #B38239: hue angle of 35.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B38239 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 57 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.30 |
| HSL | 35.9º | 0.52% | 0.46% | - |
| HSV(B) | 35.9º | 0.68% | 0.7% | - |
| XYZ | 27.31 | 25.84 | 7.42 | - |
| YUV | 136.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 57 | 0 | 0.27 | 0.68 | 0.30 | 35.9 | 0.52 | 0.46 |
| Hex | B3 | 82 | 39 | 0 | 1B | 44 | 1E | 24 | 34 | 2E |
| Octal | 263 | 202 | 71 | 0 | 33 | 104 | 36 | 44 | 64 | 56 |
| Binary | 10110011 | 10000010 | 111001 | 0 | 11011 | 1000100 | 11110 | 100100 | 110100 | 101110 |
Color Harmonies of #B38239
Complementary color
Monochromatic Colors of #B38239
Black with #B38239
Text Example
Text Example
White with #B38239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38239; }
p { color: rgb(179,130,57); }
H1.HeaderClassName
{
color: #B38239;
}
.AnyTagClassName
{
color: #B38239;
}
</style>
background-color css
<style>
a { background-color: #B38239; }
a { background-color: rgb(179,130,57); }
div.DivClassName
{
background-color: #B38239;
}
.BgClassName
{
background-color: #B38239;
}
</style>
border-color css
<style>
span { border-color: #B38239; }
span { border-color: rgb(179,130,57); }
td.TdClassName
{
border-color: #B38239;
}
.TagClassName
{
border-color: #B38239;
}
</style>