Shades of Marigold #B3893C
Tints of Marigold #B3893C
RGB
CMYK
RGB Variations
Color information
#B3893C (or 0xB3893C) is known color: Marigold. HEX triplet: B3, 89 and 3C. RGB value is (179,137,60). Sum of RGB (Red+Green+Blue) = 179+137+60=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B3893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3893C is #4C76C3. Grayscale: #8D8D8D. Windows color (decimal): -5011140 or 3967411. OLE color: 3967411.
HSL color Cylindrical-coordinate representation of color #B3893C: hue angle of 38.82º 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 #B3893C is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 60 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.30 |
| HSL | 38.82º | 0.5% | 0.47% | - |
| HSV(B) | 38.82º | 0.66% | 0.7% | - |
| XYZ | 28.35 | 27.8 | 8.15 | - |
| YUV | 140.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 60 | 0 | 0.23 | 0.66 | 0.30 | 38.82 | 0.5 | 0.47 |
| Hex | B3 | 89 | 3C | 0 | 17 | 42 | 1E | 27 | 32 | 2F |
| Octal | 263 | 211 | 74 | 0 | 27 | 102 | 36 | 47 | 62 | 57 |
| Binary | 10110011 | 10001001 | 111100 | 0 | 10111 | 1000010 | 11110 | 100111 | 110010 | 101111 |
Color Harmonies of #B3893C
Complementary color
Monochromatic Colors of #B3893C
Black with #B3893C
Text Example
Text Example
White with #B3893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3893C; }
p { color: rgb(179,137,60); }
H1.HeaderClassName
{
color: #B3893C;
}
.AnyTagClassName
{
color: #B3893C;
}
</style>
background-color css
<style>
a { background-color: #B3893C; }
a { background-color: rgb(179,137,60); }
div.DivClassName
{
background-color: #B3893C;
}
.BgClassName
{
background-color: #B3893C;
}
</style>
border-color css
<style>
span { border-color: #B3893C; }
span { border-color: rgb(179,137,60); }
td.TdClassName
{
border-color: #B3893C;
}
.TagClassName
{
border-color: #B3893C;
}
</style>