Shades of Marigold #B5833B
Tints of Marigold #B5833B
RGB
CMYK
RGB Variations
Color information
#B5833B (or 0xB5833B) is known color: Marigold. HEX triplet: B5, 83 and 3B. RGB value is (181,131,59). Sum of RGB (Red+Green+Blue) = 181+131+59=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5833B is #4A7CC4. Grayscale: #8A8A8A. Windows color (decimal): -4881605 or 3900341. OLE color: 3900341.
HSL color Cylindrical-coordinate representation of color #B5833B: hue angle of 35.41º 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 #B5833B is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 59 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.29 |
| HSL | 35.41º | 0.51% | 0.47% | - |
| HSV(B) | 35.41º | 0.67% | 0.71% | - |
| XYZ | 27.96 | 26.37 | 7.75 | - |
| YUV | 137.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 59 | 0 | 0.28 | 0.67 | 0.29 | 35.41 | 0.51 | 0.47 |
| Hex | B5 | 83 | 3B | 0 | 1C | 43 | 1D | 23 | 33 | 2F |
| Octal | 265 | 203 | 73 | 0 | 34 | 103 | 35 | 43 | 63 | 57 |
| Binary | 10110101 | 10000011 | 111011 | 0 | 11100 | 1000011 | 11101 | 100011 | 110011 | 101111 |
Color Harmonies of #B5833B
Complementary color
Monochromatic Colors of #B5833B
Black with #B5833B
Text Example
Text Example
White with #B5833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5833B; }
p { color: rgb(181,131,59); }
H1.HeaderClassName
{
color: #B5833B;
}
.AnyTagClassName
{
color: #B5833B;
}
</style>
background-color css
<style>
a { background-color: #B5833B; }
a { background-color: rgb(181,131,59); }
div.DivClassName
{
background-color: #B5833B;
}
.BgClassName
{
background-color: #B5833B;
}
</style>
border-color css
<style>
span { border-color: #B5833B; }
span { border-color: rgb(181,131,59); }
td.TdClassName
{
border-color: #B5833B;
}
.TagClassName
{
border-color: #B5833B;
}
</style>