Shades of Marigold #B88C3C
Tints of Marigold #B88C3C
RGB
CMYK
RGB Variations
Color information
#B88C3C (or 0xB88C3C) is known color: Marigold. HEX triplet: B8, 8C and 3C. RGB value is (184,140,60). Sum of RGB (Red+Green+Blue) = 184+140+60=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C3C is #4773C3. Grayscale: #909090. Windows color (decimal): -4682692 or 3968184. OLE color: 3968184.
HSL color Cylindrical-coordinate representation of color #B88C3C: hue angle of 38.71º 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 #B88C3C is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 60 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.28 |
| HSL | 38.71º | 0.51% | 0.48% | - |
| HSV(B) | 38.71º | 0.67% | 0.72% | - |
| XYZ | 29.96 | 29.27 | 8.35 | - |
| YUV | 144.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 60 | 0 | 0.24 | 0.67 | 0.28 | 38.71 | 0.51 | 0.48 |
| Hex | B8 | 8C | 3C | 0 | 18 | 43 | 1C | 27 | 33 | 30 |
| Octal | 270 | 214 | 74 | 0 | 30 | 103 | 34 | 47 | 63 | 60 |
| Binary | 10111000 | 10001100 | 111100 | 0 | 11000 | 1000011 | 11100 | 100111 | 110011 | 110000 |
Color Harmonies of #B88C3C
Complementary color
Monochromatic Colors of #B88C3C
Black with #B88C3C
Text Example
Text Example
White with #B88C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C3C; }
p { color: rgb(184,140,60); }
H1.HeaderClassName
{
color: #B88C3C;
}
.AnyTagClassName
{
color: #B88C3C;
}
</style>
background-color css
<style>
a { background-color: #B88C3C; }
a { background-color: rgb(184,140,60); }
div.DivClassName
{
background-color: #B88C3C;
}
.BgClassName
{
background-color: #B88C3C;
}
</style>
border-color css
<style>
span { border-color: #B88C3C; }
span { border-color: rgb(184,140,60); }
td.TdClassName
{
border-color: #B88C3C;
}
.TagClassName
{
border-color: #B88C3C;
}
</style>