Shades of Marigold #B88C44
Tints of Marigold #B88C44
RGB
CMYK
RGB Variations
Color information
#B88C44 (or 0xB88C44) is known color: Marigold. HEX triplet: B8, 8C and 44. RGB value is (184,140,68). Sum of RGB (Red+Green+Blue) = 184+140+68=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C44 is #4773BB. Grayscale: #919191. Windows color (decimal): -4682684 or 4492472. OLE color: 4492472.
HSL color Cylindrical-coordinate representation of color #B88C44: hue angle of 37.24º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B88C44 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 68 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.28 |
| HSL | 37.24º | 0.46% | 0.49% | - |
| HSV(B) | 37.24º | 0.63% | 0.72% | - |
| XYZ | 30.19 | 29.36 | 9.55 | - |
| YUV | 144.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 68 | 0 | 0.24 | 0.63 | 0.28 | 37.24 | 0.46 | 0.49 |
| Hex | B8 | 8C | 44 | 0 | 18 | 3F | 1C | 25 | 2E | 31 |
| Octal | 270 | 214 | 104 | 0 | 30 | 77 | 34 | 45 | 56 | 61 |
| Binary | 10111000 | 10001100 | 1000100 | 0 | 11000 | 111111 | 11100 | 100101 | 101110 | 110001 |
Color Harmonies of #B88C44
Complementary color
Monochromatic Colors of #B88C44
Black with #B88C44
Text Example
Text Example
White with #B88C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C44; }
p { color: rgb(184,140,68); }
H1.HeaderClassName
{
color: #B88C44;
}
.AnyTagClassName
{
color: #B88C44;
}
</style>
background-color css
<style>
a { background-color: #B88C44; }
a { background-color: rgb(184,140,68); }
div.DivClassName
{
background-color: #B88C44;
}
.BgClassName
{
background-color: #B88C44;
}
</style>
border-color css
<style>
span { border-color: #B88C44; }
span { border-color: rgb(184,140,68); }
td.TdClassName
{
border-color: #B88C44;
}
.TagClassName
{
border-color: #B88C44;
}
</style>