Shades of Marigold #B5883A
Tints of Marigold #B5883A
RGB
CMYK
RGB Variations
Color information
#B5883A (or 0xB5883A) is known color: Marigold. HEX triplet: B5, 88 and 3A. RGB value is (181,136,58). Sum of RGB (Red+Green+Blue) = 181+136+58=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5883A is #4A77C5. Grayscale: #8C8C8C. Windows color (decimal): -4880326 or 3836085. OLE color: 3836085.
HSL color Cylindrical-coordinate representation of color #B5883A: hue angle of 38.05º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5883A is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 58 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.29 |
| HSL | 38.05º | 0.51% | 0.47% | - |
| HSV(B) | 38.05º | 0.68% | 0.71% | - |
| XYZ | 28.62 | 27.74 | 7.85 | - |
| YUV | 140.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 58 | 0 | 0.25 | 0.68 | 0.29 | 38.05 | 0.51 | 0.47 |
| Hex | B5 | 88 | 3A | 0 | 19 | 44 | 1D | 26 | 33 | 2F |
| Octal | 265 | 210 | 72 | 0 | 31 | 104 | 35 | 46 | 63 | 57 |
| Binary | 10110101 | 10001000 | 111010 | 0 | 11001 | 1000100 | 11101 | 100110 | 110011 | 101111 |
Color Harmonies of #B5883A
Complementary color
Monochromatic Colors of #B5883A
Black with #B5883A
Text Example
Text Example
White with #B5883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5883A; }
p { color: rgb(181,136,58); }
H1.HeaderClassName
{
color: #B5883A;
}
.AnyTagClassName
{
color: #B5883A;
}
</style>
background-color css
<style>
a { background-color: #B5883A; }
a { background-color: rgb(181,136,58); }
div.DivClassName
{
background-color: #B5883A;
}
.BgClassName
{
background-color: #B5883A;
}
</style>
border-color css
<style>
span { border-color: #B5883A; }
span { border-color: rgb(181,136,58); }
td.TdClassName
{
border-color: #B5883A;
}
.TagClassName
{
border-color: #B5883A;
}
</style>