Shades of Marigold #B38843
Tints of Marigold #B38843
RGB
CMYK
RGB Variations
Color information
#B38843 (or 0xB38843) is known color: Marigold. HEX triplet: B3, 88 and 43. RGB value is (179,136,67). Sum of RGB (Red+Green+Blue) = 179+136+67=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B38843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38843 is #4C77BC. Grayscale: #8D8D8D. Windows color (decimal): -5011389 or 4425907. OLE color: 4425907.
HSL color Cylindrical-coordinate representation of color #B38843: hue angle of 36.96º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B38843 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 67 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.30 |
| HSL | 36.96º | 0.46% | 0.48% | - |
| HSV(B) | 36.96º | 0.63% | 0.7% | - |
| XYZ | 28.41 | 27.6 | 9.14 | - |
| YUV | 140.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 67 | 0 | 0.24 | 0.63 | 0.30 | 36.96 | 0.46 | 0.48 |
| Hex | B3 | 88 | 43 | 0 | 18 | 3F | 1E | 25 | 2E | 30 |
| Octal | 263 | 210 | 103 | 0 | 30 | 77 | 36 | 45 | 56 | 60 |
| Binary | 10110011 | 10001000 | 1000011 | 0 | 11000 | 111111 | 11110 | 100101 | 101110 | 110000 |
Color Harmonies of #B38843
Complementary color
Monochromatic Colors of #B38843
Black with #B38843
Text Example
Text Example
White with #B38843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38843; }
p { color: rgb(179,136,67); }
H1.HeaderClassName
{
color: #B38843;
}
.AnyTagClassName
{
color: #B38843;
}
</style>
background-color css
<style>
a { background-color: #B38843; }
a { background-color: rgb(179,136,67); }
div.DivClassName
{
background-color: #B38843;
}
.BgClassName
{
background-color: #B38843;
}
</style>
border-color css
<style>
span { border-color: #B38843; }
span { border-color: rgb(179,136,67); }
td.TdClassName
{
border-color: #B38843;
}
.TagClassName
{
border-color: #B38843;
}
</style>