Shades of Marigold #B58B3C
Tints of Marigold #B58B3C
RGB
CMYK
RGB Variations
Color information
#B58B3C (or 0xB58B3C) is known color: Marigold. HEX triplet: B5, 8B and 3C. RGB value is (181,139,60). Sum of RGB (Red+Green+Blue) = 181+139+60=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B3C is #4A74C3. Grayscale: #8E8E8E. Windows color (decimal): -4879556 or 3967925. OLE color: 3967925.
HSL color Cylindrical-coordinate representation of color #B58B3C: hue angle of 39.17º degrees, saturation: 0.5, 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 #B58B3C is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 60 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.29 |
| HSL | 39.17º | 0.5% | 0.47% | - |
| HSV(B) | 39.17º | 0.67% | 0.71% | - |
| XYZ | 29.1 | 28.62 | 8.26 | - |
| YUV | 142.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 60 | 0 | 0.23 | 0.67 | 0.29 | 39.17 | 0.5 | 0.47 |
| Hex | B5 | 8B | 3C | 0 | 17 | 43 | 1D | 27 | 32 | 2F |
| Octal | 265 | 213 | 74 | 0 | 27 | 103 | 35 | 47 | 62 | 57 |
| Binary | 10110101 | 10001011 | 111100 | 0 | 10111 | 1000011 | 11101 | 100111 | 110010 | 101111 |
Color Harmonies of #B58B3C
Complementary color
Monochromatic Colors of #B58B3C
Black with #B58B3C
Text Example
Text Example
White with #B58B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B3C; }
p { color: rgb(181,139,60); }
H1.HeaderClassName
{
color: #B58B3C;
}
.AnyTagClassName
{
color: #B58B3C;
}
</style>
background-color css
<style>
a { background-color: #B58B3C; }
a { background-color: rgb(181,139,60); }
div.DivClassName
{
background-color: #B58B3C;
}
.BgClassName
{
background-color: #B58B3C;
}
</style>
border-color css
<style>
span { border-color: #B58B3C; }
span { border-color: rgb(181,139,60); }
td.TdClassName
{
border-color: #B58B3C;
}
.TagClassName
{
border-color: #B58B3C;
}
</style>