Shades of Marigold #B3883C
Tints of Marigold #B3883C
RGB
CMYK
RGB Variations
Color information
#B3883C (or 0xB3883C) is known color: Marigold. HEX triplet: B3, 88 and 3C. RGB value is (179,136,60). Sum of RGB (Red+Green+Blue) = 179+136+60=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3883C is #4C77C3. Grayscale: #8C8C8C. Windows color (decimal): -5011396 or 3967155. OLE color: 3967155.
HSL color Cylindrical-coordinate representation of color #B3883C: hue angle of 38.32º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3883C is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 60 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.30 |
| HSL | 38.32º | 0.5% | 0.47% | - |
| HSV(B) | 38.32º | 0.66% | 0.7% | - |
| XYZ | 28.21 | 27.52 | 8.1 | - |
| YUV | 140.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 60 | 0 | 0.24 | 0.66 | 0.30 | 38.32 | 0.5 | 0.47 |
| Hex | B3 | 88 | 3C | 0 | 18 | 42 | 1E | 26 | 32 | 2F |
| Octal | 263 | 210 | 74 | 0 | 30 | 102 | 36 | 46 | 62 | 57 |
| Binary | 10110011 | 10001000 | 111100 | 0 | 11000 | 1000010 | 11110 | 100110 | 110010 | 101111 |
Color Harmonies of #B3883C
Complementary color
Monochromatic Colors of #B3883C
Black with #B3883C
Text Example
Text Example
White with #B3883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3883C; }
p { color: rgb(179,136,60); }
H1.HeaderClassName
{
color: #B3883C;
}
.AnyTagClassName
{
color: #B3883C;
}
</style>
background-color css
<style>
a { background-color: #B3883C; }
a { background-color: rgb(179,136,60); }
div.DivClassName
{
background-color: #B3883C;
}
.BgClassName
{
background-color: #B3883C;
}
</style>
border-color css
<style>
span { border-color: #B3883C; }
span { border-color: rgb(179,136,60); }
td.TdClassName
{
border-color: #B3883C;
}
.TagClassName
{
border-color: #B3883C;
}
</style>