Shades of Marigold #B38141
Tints of Marigold #B38141
RGB
CMYK
RGB Variations
Color information
#B38141 (or 0xB38141) is known color: Marigold. HEX triplet: B3, 81 and 41. RGB value is (179,129,65). Sum of RGB (Red+Green+Blue) = 179+129+65=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B38141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38141 is #4C7EBE. Grayscale: #888888. Windows color (decimal): -5013183 or 4293043. OLE color: 4293043.
HSL color Cylindrical-coordinate representation of color #B38141: hue angle of 33.68º 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 #B38141 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 65 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.30 |
| HSL | 33.68º | 0.47% | 0.48% | - |
| HSV(B) | 33.68º | 0.64% | 0.7% | - |
| XYZ | 27.39 | 25.67 | 8.51 | - |
| YUV | 136.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 65 | 0 | 0.28 | 0.64 | 0.30 | 33.68 | 0.47 | 0.48 |
| Hex | B3 | 81 | 41 | 0 | 1C | 40 | 1E | 22 | 2F | 30 |
| Octal | 263 | 201 | 101 | 0 | 34 | 100 | 36 | 42 | 57 | 60 |
| Binary | 10110011 | 10000001 | 1000001 | 0 | 11100 | 1000000 | 11110 | 100010 | 101111 | 110000 |
Color Harmonies of #B38141
Complementary color
Monochromatic Colors of #B38141
Black with #B38141
Text Example
Text Example
White with #B38141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38141; }
p { color: rgb(179,129,65); }
H1.HeaderClassName
{
color: #B38141;
}
.AnyTagClassName
{
color: #B38141;
}
</style>
background-color css
<style>
a { background-color: #B38141; }
a { background-color: rgb(179,129,65); }
div.DivClassName
{
background-color: #B38141;
}
.BgClassName
{
background-color: #B38141;
}
</style>
border-color css
<style>
span { border-color: #B38141; }
span { border-color: rgb(179,129,65); }
td.TdClassName
{
border-color: #B38141;
}
.TagClassName
{
border-color: #B38141;
}
</style>