Shades of Marigold #B4883B
Tints of Marigold #B4883B
RGB
CMYK
RGB Variations
Color information
#B4883B (or 0xB4883B) is known color: Marigold. HEX triplet: B4, 88 and 3B. RGB value is (180,136,59). Sum of RGB (Red+Green+Blue) = 180+136+59=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4883B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4883B is #4B77C4. Grayscale: #8C8C8C. Windows color (decimal): -4945861 or 3901620. OLE color: 3901620.
HSL color Cylindrical-coordinate representation of color #B4883B: hue angle of 38.18º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4883B is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 59 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.29 |
| HSL | 38.18º | 0.51% | 0.47% | - |
| HSV(B) | 38.18º | 0.67% | 0.71% | - |
| XYZ | 28.42 | 27.63 | 7.97 | - |
| YUV | 140.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 59 | 0 | 0.24 | 0.67 | 0.29 | 38.18 | 0.51 | 0.47 |
| Hex | B4 | 88 | 3B | 0 | 18 | 43 | 1D | 26 | 33 | 2F |
| Octal | 264 | 210 | 73 | 0 | 30 | 103 | 35 | 46 | 63 | 57 |
| Binary | 10110100 | 10001000 | 111011 | 0 | 11000 | 1000011 | 11101 | 100110 | 110011 | 101111 |
Color Harmonies of #B4883B
Complementary color
Monochromatic Colors of #B4883B
Black with #B4883B
Text Example
Text Example
White with #B4883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4883B; }
p { color: rgb(180,136,59); }
H1.HeaderClassName
{
color: #B4883B;
}
.AnyTagClassName
{
color: #B4883B;
}
</style>
background-color css
<style>
a { background-color: #B4883B; }
a { background-color: rgb(180,136,59); }
div.DivClassName
{
background-color: #B4883B;
}
.BgClassName
{
background-color: #B4883B;
}
</style>
border-color css
<style>
span { border-color: #B4883B; }
span { border-color: rgb(180,136,59); }
td.TdClassName
{
border-color: #B4883B;
}
.TagClassName
{
border-color: #B4883B;
}
</style>