Shades of Marigold #BB8546
Tints of Marigold #BB8546
RGB
CMYK
RGB Variations
Color information
#BB8546 (or 0xBB8546) is known color: Marigold. HEX triplet: BB, 85 and 46. RGB value is (187,133,70). Sum of RGB (Red+Green+Blue) = 187+133+70=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8546 is #447AB9. Grayscale: #8E8E8E. Windows color (decimal): -4487866 or 4621755. OLE color: 4621755.
HSL color Cylindrical-coordinate representation of color #BB8546: hue angle of 32.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB8546 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 70 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.27 |
| HSL | 32.31º | 0.46% | 0.5% | - |
| HSV(B) | 32.31º | 0.63% | 0.73% | - |
| XYZ | 29.99 | 27.78 | 9.58 | - |
| YUV | 141.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 70 | 0 | 0.29 | 0.63 | 0.27 | 32.31 | 0.46 | 0.5 |
| Hex | BB | 85 | 46 | 0 | 1D | 3F | 1B | 20 | 2E | 32 |
| Octal | 273 | 205 | 106 | 0 | 35 | 77 | 33 | 40 | 56 | 62 |
| Binary | 10111011 | 10000101 | 1000110 | 0 | 11101 | 111111 | 11011 | 100000 | 101110 | 110010 |
Color Harmonies of #BB8546
Complementary color
Monochromatic Colors of #BB8546
Black with #BB8546
Text Example
Text Example
White with #BB8546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8546; }
p { color: rgb(187,133,70); }
H1.HeaderClassName
{
color: #BB8546;
}
.AnyTagClassName
{
color: #BB8546;
}
</style>
background-color css
<style>
a { background-color: #BB8546; }
a { background-color: rgb(187,133,70); }
div.DivClassName
{
background-color: #BB8546;
}
.BgClassName
{
background-color: #BB8546;
}
</style>
border-color css
<style>
span { border-color: #BB8546; }
span { border-color: rgb(187,133,70); }
td.TdClassName
{
border-color: #BB8546;
}
.TagClassName
{
border-color: #BB8546;
}
</style>