Shades of Marigold #B88F3C
Tints of Marigold #B88F3C
RGB
CMYK
RGB Variations
Color information
#B88F3C (or 0xB88F3C) is known color: Marigold. HEX triplet: B8, 8F and 3C. RGB value is (184,143,60). Sum of RGB (Red+Green+Blue) = 184+143+60=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88F3C is #4770C3. Grayscale: #929292. Windows color (decimal): -4681924 or 3968952. OLE color: 3968952.
HSL color Cylindrical-coordinate representation of color #B88F3C: hue angle of 40.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B88F3C is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 60 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.28 |
| HSL | 40.16º | 0.51% | 0.48% | - |
| HSV(B) | 40.16º | 0.67% | 0.72% | - |
| XYZ | 30.41 | 30.16 | 8.49 | - |
| YUV | 145.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 60 | 0 | 0.22 | 0.67 | 0.28 | 40.16 | 0.51 | 0.48 |
| Hex | B8 | 8F | 3C | 0 | 16 | 43 | 1C | 28 | 33 | 30 |
| Octal | 270 | 217 | 74 | 0 | 26 | 103 | 34 | 50 | 63 | 60 |
| Binary | 10111000 | 10001111 | 111100 | 0 | 10110 | 1000011 | 11100 | 101000 | 110011 | 110000 |
Color Harmonies of #B88F3C
Complementary color
Monochromatic Colors of #B88F3C
Black with #B88F3C
Text Example
Text Example
White with #B88F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F3C; }
p { color: rgb(184,143,60); }
H1.HeaderClassName
{
color: #B88F3C;
}
.AnyTagClassName
{
color: #B88F3C;
}
</style>
background-color css
<style>
a { background-color: #B88F3C; }
a { background-color: rgb(184,143,60); }
div.DivClassName
{
background-color: #B88F3C;
}
.BgClassName
{
background-color: #B88F3C;
}
</style>
border-color css
<style>
span { border-color: #B88F3C; }
span { border-color: rgb(184,143,60); }
td.TdClassName
{
border-color: #B88F3C;
}
.TagClassName
{
border-color: #B88F3C;
}
</style>