Shades of Marigold #B38838
Tints of Marigold #B38838
RGB
CMYK
RGB Variations
Color information
#B38838 (or 0xB38838) is known color: Marigold. HEX triplet: B3, 88 and 38. RGB value is (179,136,56). Sum of RGB (Red+Green+Blue) = 179+136+56=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B38838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38838 is #4C77C7. Grayscale: #8C8C8C. Windows color (decimal): -5011400 or 3705011. OLE color: 3705011.
HSL color Cylindrical-coordinate representation of color #B38838: hue angle of 39.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B38838 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 56 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.30 |
| HSL | 39.02º | 0.52% | 0.46% | - |
| HSV(B) | 39.02º | 0.69% | 0.7% | - |
| XYZ | 28.11 | 27.48 | 7.56 | - |
| YUV | 139.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 56 | 0 | 0.24 | 0.69 | 0.30 | 39.02 | 0.52 | 0.46 |
| Hex | B3 | 88 | 38 | 0 | 18 | 45 | 1E | 27 | 34 | 2E |
| Octal | 263 | 210 | 70 | 0 | 30 | 105 | 36 | 47 | 64 | 56 |
| Binary | 10110011 | 10001000 | 111000 | 0 | 11000 | 1000101 | 11110 | 100111 | 110100 | 101110 |
Color Harmonies of #B38838
Complementary color
Monochromatic Colors of #B38838
Black with #B38838
Text Example
Text Example
White with #B38838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38838; }
p { color: rgb(179,136,56); }
H1.HeaderClassName
{
color: #B38838;
}
.AnyTagClassName
{
color: #B38838;
}
</style>
background-color css
<style>
a { background-color: #B38838; }
a { background-color: rgb(179,136,56); }
div.DivClassName
{
background-color: #B38838;
}
.BgClassName
{
background-color: #B38838;
}
</style>
border-color css
<style>
span { border-color: #B38838; }
span { border-color: rgb(179,136,56); }
td.TdClassName
{
border-color: #B38838;
}
.TagClassName
{
border-color: #B38838;
}
</style>