Shades of Marigold #B28542
Tints of Marigold #B28542
RGB
CMYK
RGB Variations
Color information
#B28542 (or 0xB28542) is known color: Marigold. HEX triplet: B2, 85 and 42. RGB value is (178,133,66). Sum of RGB (Red+Green+Blue) = 178+133+66=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B28542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28542 is #4D7ABD. Grayscale: #8B8B8B. Windows color (decimal): -5077694 or 4359602. OLE color: 4359602.
HSL color Cylindrical-coordinate representation of color #B28542: hue angle of 35.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B28542 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 66 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.30 |
| HSL | 35.89º | 0.46% | 0.48% | - |
| HSV(B) | 35.89º | 0.63% | 0.7% | - |
| XYZ | 27.73 | 26.63 | 8.83 | - |
| YUV | 138.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 66 | 0 | 0.25 | 0.63 | 0.30 | 35.89 | 0.46 | 0.48 |
| Hex | B2 | 85 | 42 | 0 | 19 | 3F | 1E | 24 | 2E | 30 |
| Octal | 262 | 205 | 102 | 0 | 31 | 77 | 36 | 44 | 56 | 60 |
| Binary | 10110010 | 10000101 | 1000010 | 0 | 11001 | 111111 | 11110 | 100100 | 101110 | 110000 |
Color Harmonies of #B28542
Complementary color
Monochromatic Colors of #B28542
Black with #B28542
Text Example
Text Example
White with #B28542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28542; }
p { color: rgb(178,133,66); }
H1.HeaderClassName
{
color: #B28542;
}
.AnyTagClassName
{
color: #B28542;
}
</style>
background-color css
<style>
a { background-color: #B28542; }
a { background-color: rgb(178,133,66); }
div.DivClassName
{
background-color: #B28542;
}
.BgClassName
{
background-color: #B28542;
}
</style>
border-color css
<style>
span { border-color: #B28542; }
span { border-color: rgb(178,133,66); }
td.TdClassName
{
border-color: #B28542;
}
.TagClassName
{
border-color: #B28542;
}
</style>