Shades of Marigold #B28A48
Tints of Marigold #B28A48
RGB
CMYK
RGB Variations
Color information
#B28A48 (or 0xB28A48) is known color: Marigold. HEX triplet: B2, 8A and 48. RGB value is (178,138,72). Sum of RGB (Red+Green+Blue) = 178+138+72=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A48 is #4D75B7. Grayscale: #8E8E8E. Windows color (decimal): -5076408 or 4754098. OLE color: 4754098.
HSL color Cylindrical-coordinate representation of color #B28A48: hue angle of 37.36º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B28A48 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 72 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.30 |
| HSL | 37.36º | 0.42% | 0.49% | - |
| HSV(B) | 37.36º | 0.6% | 0.7% | - |
| XYZ | 28.62 | 28.11 | 10.05 | - |
| YUV | 142.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 72 | 0 | 0.22 | 0.60 | 0.30 | 37.36 | 0.42 | 0.49 |
| Hex | B2 | 8A | 48 | 0 | 16 | 3C | 1E | 25 | 2A | 31 |
| Octal | 262 | 212 | 110 | 0 | 26 | 74 | 36 | 45 | 52 | 61 |
| Binary | 10110010 | 10001010 | 1001000 | 0 | 10110 | 111100 | 11110 | 100101 | 101010 | 110001 |
Color Harmonies of #B28A48
Complementary color
Monochromatic Colors of #B28A48
Black with #B28A48
Text Example
Text Example
White with #B28A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A48; }
p { color: rgb(178,138,72); }
H1.HeaderClassName
{
color: #B28A48;
}
.AnyTagClassName
{
color: #B28A48;
}
</style>
background-color css
<style>
a { background-color: #B28A48; }
a { background-color: rgb(178,138,72); }
div.DivClassName
{
background-color: #B28A48;
}
.BgClassName
{
background-color: #B28A48;
}
</style>
border-color css
<style>
span { border-color: #B28A48; }
span { border-color: rgb(178,138,72); }
td.TdClassName
{
border-color: #B28A48;
}
.TagClassName
{
border-color: #B28A48;
}
</style>